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.
파일 보기 프로젝트 열기: prepare/HTML-Renderer 1 사용 예제들

공개 메소드들

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