C# Класс BitMiracle.LibJpeg.Classic.Internal.ComponentBuffer

Encapsulates buffer of image samples for one color component When provided with funny indices (see jpeg_d_main_controller for explanation of what it is) uses them for non-linear row access.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ComponentBuffer ( )
ComponentBuffer ( byte buf, int funnyIndices, int funnyOffset )
SetBuffer ( byte buf, int funnyIndices, int funnyOffset ) : void
this ( int i ) : byte[]

Описание методов

ComponentBuffer() публичный Метод

public ComponentBuffer ( )

ComponentBuffer() публичный Метод

public ComponentBuffer ( byte buf, int funnyIndices, int funnyOffset )
buf byte
funnyIndices int
funnyOffset int

SetBuffer() публичный Метод

public SetBuffer ( byte buf, int funnyIndices, int funnyOffset ) : void
buf byte
funnyIndices int
funnyOffset int
Результат void

this() публичный Метод

public this ( int i ) : byte[]
i int
Результат byte[]