C# 클래스 SimplePaletteQuantizer.Helpers.Pixels.Indexed.PixelData4Indexed

파일 보기 프로젝트 열기: RHY3756547/FreeSO

공개 메소드들

메소드 설명
GetIndex ( Int32 offset ) : Byte
SetIndex ( Int32 offset, Byte value ) : void

비공개 메소드들

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

메소드 상세

GetIndex() 공개 메소드

public GetIndex ( Int32 offset ) : Byte
offset System.Int32
리턴 Byte

SetIndex() 공개 메소드

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