Method | Description | |
---|---|---|
GetCount ( ) : int | ||
GetGump ( int index ) : |
Returns Bitmap of index
|
|
GetGump ( int index, |
Returns Bitmap of index and applies Hue
|
|
GetGump ( int index, bool &patched ) : |
Returns Bitmap of index and if verdata patched
|
|
GetRawGump ( int index, int &width, int &height ) : byte[] | ||
IsValidIndex ( int index ) : bool |
Tests if index is definied
|
|
Reload ( ) : void |
ReReads gumpart
|
|
RemoveGump ( int index ) : void |
Removes Gumpindex m_Removed
|
|
ReplaceGump ( int index, |
Replaces Gump m_Cache
|
|
Save ( string path ) : void |
Method | Description | |
---|---|---|
Gumps ( ) : System |
public static GetGump ( int index ) : |
||
index | int | |
return |
public static GetGump ( int index, |
||
index | int | |
hue | ||
onlyHueGrayPixels | bool | |
patched | bool | |
return |
public static GetGump ( int index, bool &patched ) : |
||
index | int | |
patched | bool | |
return |
public static GetRawGump ( int index, int &width, int &height ) : byte[] | ||
index | int | |
width | int | |
height | int | |
return | byte[] |
public static IsValidIndex ( int index ) : bool | ||
index | int | |
return | bool |
public static RemoveGump ( int index ) : void | ||
index | int | |
return | void |
public static ReplaceGump ( int index, |
||
index | int | |
bmp | ||
return | void |