C# Класс BitMiracle.LibJpeg.SampleRow

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetComponentsAt ( int column, byte &r, byte &g, byte &b ) : void
SampleRow ( byte row, int columnCount, byte bitsPerComponent, byte componentsPerSample ) : System

Creates a row from raw samples data.

WriteToList ( System outputBytes ) : void

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

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

public GetComponentsAt ( int column, byte &r, byte &g, byte &b ) : void
column int
r byte
g byte
b byte
Результат void

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

Creates a row from raw samples data.
public SampleRow ( byte row, int columnCount, byte bitsPerComponent, byte componentsPerSample ) : System
row byte Raw description of samples.
/// You can pass collection with more than sampleCount samples - only sampleCount samples /// will be parsed and all remaining bytes will be ignored.
columnCount int The number of samples in row.
bitsPerComponent byte The number of bits per component.
componentsPerSample byte The number of components per sample.
Результат System

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

public WriteToList ( System outputBytes ) : void
outputBytes System
Результат void