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

Show file Open project: RHY3756547/FreeSO

Public Methods

Method Description
GetIndex ( Int32 offset ) : Byte
SetIndex ( Int32 offset, Byte value ) : void

Private Methods

Method Description
GetBit ( Int32 offset ) : System.Boolean
GetBitRange ( Int32 startOffset, Int32 endOffset ) : Int32
SetBit ( Int32 offset, System.Boolean value ) : void
SetBitRange ( Int32 startOffset, Int32 endOffset, Int32 value ) : void

Method Details

GetIndex() public method

public GetIndex ( Int32 offset ) : Byte
offset System.Int32
return Byte

SetIndex() public method

public SetIndex ( Int32 offset, Byte value ) : void
offset System.Int32
value Byte
return void