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.
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

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

public ComponentBuffer ( )

ComponentBuffer() public méthode

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

SetBuffer() public méthode

public SetBuffer ( byte buf, int funnyIndices, int funnyOffset ) : void
buf byte
funnyIndices int
funnyOffset int
Résultat void

this() public méthode

public this ( int i ) : byte[]
i int
Résultat byte[]