C# Class BitMiracle.LibJpeg.SampleRow

Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

GetComponentsAt() public méthode

public GetComponentsAt ( int column, byte &r, byte &g, byte &b ) : void
column int
r byte
g byte
b byte
Résultat void

SampleRow() public méthode

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.
Résultat System

WriteToList() public méthode

public WriteToList ( System outputBytes ) : void
outputBytes System
Résultat void