Méthode | 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 ( |
Méthode | 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 | |
Résultat | Color[] |
public static GBAPalette ( ushort GBAPalette, int amountOfColours ) : Color[] | ||
GBAPalette | ushort | |
amountOfColours | int | |
Résultat | 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 | |
Résultat |
public static ToGBARaw ( |
||
bitmap | ||
emptyGraphicsBlocks | int | |
largePalette | bool | |
palette | Color | |
Résultat | byte[] |
public static ToGBARaw ( |
||
bitmap | ||
emptyGraphicsBlocks | int | |
largePalette | bool | |
palette | List |
|
Résultat | byte[] |
public static ToGBARawFromIndexed ( |
||
bitmap | ||
emptyGraphicsBlocks | int | |
Résultat | byte[] |
public static getPalette ( |
||
bitmap | ||
Résultat | List |