Method | Description | |
---|---|---|
GBAPalette ( byte GBAPalette ) : Color[] | ||
GBAPalette ( ushort GBAPalette, int amountOfColours ) : Color[] | ||
ToBitmap ( byte GBAGraphics, int length, int Width, Color palette, int &emptyGraphicPlocks, PixelFormat pixelFormat ) : |
||
ToGBARaw ( |
||
ToGBARaw ( |
||
ToGBARawFromIndexed ( |
||
getPalette ( |
Method | Description | |
---|---|---|
ToBitmap ( byte GBAGraphics, int length, int Width, Color palette, int &emptyGraphicPlocks ) : |
||
ToIndexedBitmap ( byte GBAGraphics, int length, int Width, Color palette, int &emptyGraphicPlocks ) : |
||
bitmapCoordinate ( int position, int widht ) : Point | ||
bitmapPosition ( Point coordinate, int widht ) : int | ||
paletteMaker ( Color palette, System.Drawing.Imaging.ColorPalette original ) : System.Drawing.Imaging.ColorPalette | ||
tiledCoordinate ( int position, int widht, int tileDimension ) : Point | ||
tiledPosition ( Point coordinate, int widht, int tileDimension ) : int |
public static GBAPalette ( byte GBAPalette ) : Color[] | ||
GBAPalette | byte | |
return | Color[] |
public static GBAPalette ( ushort GBAPalette, int amountOfColours ) : Color[] | ||
GBAPalette | ushort | |
amountOfColours | int | |
return | Color[] |
public static ToBitmap ( byte GBAGraphics, int length, int Width, Color palette, int &emptyGraphicPlocks, PixelFormat pixelFormat ) : |
||
GBAGraphics | byte | |
length | int | |
Width | int | |
palette | Color | |
emptyGraphicPlocks | int | |
pixelFormat | PixelFormat | |
return |
public static ToGBARaw ( |
||
bitmap | ||
emptyGraphicsBlocks | int | |
largePalette | bool | |
palette | Color | |
return | byte[] |
public static ToGBARaw ( |
||
bitmap | ||
emptyGraphicsBlocks | int | |
largePalette | bool | |
palette | List |
|
return | byte[] |
public static ToGBARawFromIndexed ( |
||
bitmap | ||
emptyGraphicsBlocks | int | |
return | byte[] |
public static getPalette ( |
||
bitmap | ||
return | List |