프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Data | byte[] | ||
Format | TGAPixelFormat | ||
Height | int | ||
Width | int |
메소드 | 설명 | |
---|---|---|
RawTGABitmap ( int width, int height, byte data, TGAPixelFormat format ) : System | ||
ToBGRA ( bool premultiply ) : byte[] |
public RawTGABitmap ( int width, int height, byte data, TGAPixelFormat format ) : System | ||
width | int | |
height | int | |
data | byte | |
format | TGAPixelFormat | |
리턴 | System |