Method CopyPalette
CopyPalette(IColorPalette, bool)
Copies the palette.
public static ColorPalette CopyPalette(IColorPalette colorPalette, bool useCompactPalette)
Parameters
colorPalette
IColorPaletteThe color palette.
useCompactPalette
boolIndicating whether compact palette.
Returns
- ColorPalette
The newly created and copied palette or null if null palette passed.
CopyPalette(IColorPalette)
Copies the palette.
public static ColorPalette CopyPalette(IColorPalette colorPalette)
Parameters
colorPalette
IColorPaletteThe color palette.
Returns
- ColorPalette
The newly created and copied palette or null if null palette passed.