C# 클래스 BitMiracle.LibJpeg.SampleRow

파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

메소드 설명
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