C# Class SimplePaletteQuantizer.Helpers.Pixels.Indexed.PixelData1Indexed

Afficher le fichier Open project: RHY3756547/FreeSO

Méthodes publiques

Méthode Description
GetIndex ( Int32 offset ) : Byte
SetIndex ( Int32 offset, Byte value ) : void

Method Details

GetIndex() public méthode

public GetIndex ( Int32 offset ) : Byte
offset System.Int32
Résultat Byte

SetIndex() public méthode

public SetIndex ( Int32 offset, Byte value ) : void
offset System.Int32
value Byte
Résultat void