Method | Description | |
---|---|---|
Equals ( Object other ) : bool |
tests for palette equality
|
|
GetHashCode ( ) : int | ||
GetPalette ( string name ) : |
||
Palette ( Stream s ) : System | ||
Palette ( string name ) : System | ||
SetTransparent ( bool val ) : void | ||
SetTransparent ( bool val, int index ) : void | ||
ToString ( ) : string | ||
this ( int i ) : Color |
Indexes colors on number
|
public Equals ( Object other ) : bool | ||
other | Object | another palette |
return | bool |
public static GetPalette ( string name ) : |
||
name | string | |
return |
public SetTransparent ( bool val, int index ) : void | ||
val | bool | |
index | int | |
return | void |