Method | Description | |
---|---|---|
FormatToBPP ( int format ) : double | ||
analyze ( string path, byte input ) : |
||
parseBCH ( string path ) : bool |
Method | Description | |
---|---|---|
C11 ( |
||
ConvertETC1 ( |
||
DM2X ( |
||
DM2Y ( |
||
DecodeColor ( uint val, int format ) : Color | ||
GetA8 ( Color c ) : byte | ||
GetL8 ( Color c ) : byte | ||
GetLA4 ( Color c ) : byte | ||
GetLA8 ( Color c ) : ushort | ||
GetRGB565 ( Color c ) : ushort | ||
GetRGBA4444 ( Color c ) : ushort | ||
GetRGBA5551 ( Color c ) : ushort | ||
GetRGBA8888 ( Color c ) : uint | ||
convert8to5 ( int colorval ) : byte | ||
d2xy ( uint d, uint &x, uint &y ) : void |
Decimal Ordinate In to X / Y Coordinate Out
|
|
gcm ( int n, int m ) : int |
Greatest common multiple (to round up)
|
|
getColorCount ( |
||
getIMG ( |
||
getIMG_ETC1 ( |
||
nlpo2 ( int x ) : int |
Next Largest Power of 2
|
|
parseEntry ( |
||
xy2d ( uint x, uint y ) : uint |
Combines X/Y Coordinates to a decimal ordinate.
|
public static FormatToBPP ( int format ) : double | ||
format | int | |
return | double |
public static analyze ( string path, byte input ) : |
||
path | string | |
input | byte | |
return |
public static parseBCH ( string path ) : bool | ||
path | string | |
return | bool |