C# Class 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.
显示文件 Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
ComponentBuffer ( )
ComponentBuffer ( byte buf, int funnyIndices, int funnyOffset )
SetBuffer ( byte buf, int funnyIndices, int funnyOffset ) : void
this ( int i ) : byte[]

Method Details

ComponentBuffer() public method

public ComponentBuffer ( )

ComponentBuffer() public method

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

SetBuffer() public method

public SetBuffer ( byte buf, int funnyIndices, int funnyOffset ) : void
buf byte
funnyIndices int
funnyOffset int
return void

this() public method

public this ( int i ) : byte[]
i int
return byte[]