Method | Description | |
---|---|---|
GetCount ( ) : int |
Gets count of definied lights
|
|
GetLight ( int index ) : |
Returns Bitmap of given index
|
|
GetRawLight ( int index, int &width, int &height ) : byte[] | ||
Reload ( ) : void |
ReReads light.mul
|
|
Remove ( int index ) : void |
Removes Light m_Removed
|
|
Replace ( int index, |
Replaces Light
|
|
Save ( string path ) : void | ||
TestLight ( int index ) : bool |
Tests if given index is valid
|
public static GetLight ( int index ) : |
||
index | int | |
return |
public static GetRawLight ( int index, int &width, int &height ) : byte[] | ||
index | int | |
width | int | |
height | int | |
return | byte[] |
public static Replace ( int index, |
||
index | int | |
bmp | ||
return | void |