Property | Type | Description | |
---|---|---|---|
Data | byte[] | ||
Format | TGAPixelFormat | ||
Height | int | ||
Width | int |
Method | Description | |
---|---|---|
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 | |
return | System |