Method | Description | |
---|---|---|
AsBitmap ( this palette ) : |
||
AsReadOnly ( this palette ) : IPalette | ||
AsSystemPalette ( this palette ) : System.Drawing.Imaging.ColorPalette | ||
GetColor ( this palette, int index ) : |
public static AsBitmap ( this palette ) : |
||
palette | this | |
return |
public static AsReadOnly ( this palette ) : IPalette | ||
palette | this | |
return | IPalette |
public static AsSystemPalette ( this palette ) : System.Drawing.Imaging.ColorPalette | ||
palette | this | |
return | System.Drawing.Imaging.ColorPalette |
public static GetColor ( this palette, int index ) : |
||
palette | this | |
index | int | |
return |