메소드 | 설명 | |
---|---|---|
Assemble ( byte arr, int width, int height ) : ].byte[ | ||
Disassemble ( byte arr ) : byte[] | ||
ExtractLight ( ) : |
||
ExtractLight ( |
||
GetHeight ( ) : int | ||
GetWidth ( ) : int | ||
Render ( ImagePalette palette ) : Image |
Draws the image to bitmap.
|
|
Render ( RenderOptions options ) : Image | ||
Render ( int palette ) : Image |
Draws the image to bitmap.
|
|
ToRawData ( ) : byte[] |
Converts entire image to format-influenced byte array.
|
public static Assemble ( byte arr, int width, int height ) : ].byte[ | ||
arr | byte | |
width | int | |
height | int | |
리턴 | ].byte[ |
public Render ( ImagePalette palette ) : Image | ||
palette | ImagePalette | /// Palette. /// |
리턴 | Image |