C# 클래스 ThemeEditor.Common.Graphics.RawTexture

파일 보기 프로젝트 열기: usagirei/3DS-Theme-Editor 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Data byte[]
Height int
Width int

공개 메소드들

메소드 설명
DecToCoord ( uint dec, uint &x, uint &y ) : void
Decode ( ) : byte[]
Encode ( byte bgrData ) : void
Encode ( byte bgrData, int width, int height, DataFormat format ) : void
RawTexture ( ) : System
RawTexture ( int width, int height, DataFormat format ) : System
RawTexture ( int width, int height, DataFormat format, byte data ) : System
Read ( Stream s ) : void
ToString ( ) : string

비공개 메소드들

메소드 설명
CoordToDec ( uint x, uint y ) : uint
Decode_A8 ( ) : byte[]
Decode_Bgr565 ( ) : byte[]
Decode_Bgr888 ( ) : byte[]
Encode_A8 ( byte bgrData ) : void
Encode_Rgb565 ( byte bgrData ) : void
Encode_Rgb888 ( byte bgrData ) : void
GreatestCommonMultiple ( int num, int mult ) : int
NextLargestPowerOfTwo ( int x ) : int

메소드 상세

DecToCoord() 공개 정적인 메소드

public static DecToCoord ( uint dec, uint &x, uint &y ) : void
dec uint
x uint
y uint
리턴 void

Decode() 공개 메소드

public Decode ( ) : byte[]
리턴 byte[]

Encode() 공개 메소드

public Encode ( byte bgrData ) : void
bgrData byte
리턴 void

Encode() 공개 메소드

public Encode ( byte bgrData, int width, int height, DataFormat format ) : void
bgrData byte
width int
height int
format DataFormat
리턴 void

RawTexture() 공개 메소드

public RawTexture ( ) : System
리턴 System

RawTexture() 공개 메소드

public RawTexture ( int width, int height, DataFormat format ) : System
width int
height int
format DataFormat
리턴 System

RawTexture() 공개 메소드

public RawTexture ( int width, int height, DataFormat format, byte data ) : System
width int
height int
format DataFormat
data byte
리턴 System

Read() 공개 메소드

public Read ( Stream s ) : void
s Stream
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Data 공개적으로 프로퍼티

public byte[] Data
리턴 byte[]

Height 공개적으로 프로퍼티

public int Height
리턴 int

Width 공개적으로 프로퍼티

public int Width
리턴 int