Method | Description | |
---|---|---|
ApplyPalette ( |
Applies the cycled palette to a greyscale image
|
|
ApplyPaletteDefault ( |
Applies the default palette to a greyscale image.
|
Method | Description | |
---|---|---|
Awake ( ) : void | ||
CyclePalette ( int start, int end ) : void |
Cycles the palette.
|
|
GetPal ( int index ) : Color |
Gets the color at the specified index of the cycled palette.
|
|
GetPalDef ( int index ) : Color |
Gets the color at the index of the default palette.
|
|
SetPal ( int index, float Red, float Green, float Blue ) : void |
Sets the palette values
|
|
UpdateAnimation ( ) : void | ||
UpdatePal ( int index, float Red, float Green, float Blue ) : void |
Updates the palette values
|
public ApplyPalette ( |
||
SrcImage | Source image. | |
return |
public ApplyPaletteDefault ( |
||
SrcImage | Source image. | |
return |