Creates and initializes new ColorPalette class instance.
Creates and initializes new ColorPalette class instance.
Name | Description | |
---|---|---|
ColorPalette(ColorPalette) |
Creates and initializes new ColorPalette class instance. The palette is copied from specified System.Drawing.Imaging.ColorPalette object. |
|
ColorPalette(Int32, Boolean) |
Creates and initializes new ColorPalette class instance. You can specify how much entries the palette should have. |
|
ColorPalette(Bitmap, Boolean) |
Creates and initializes new ColorPalette class instance. Colors of this palette are generated from the specified bitmap. |
|
ColorPalette(ColorPaletteType, Boolean) |
Creates and initializes new ColorPalette class instance. You can set palette type here. |
|
ColorPalette(RgbColor[], Boolean) |
Creates and initializes new ColorPalette class instance. You can initialize palette with given array entries here. |
|
ColorPalette(Bitmap, Int32, Boolean) |
Creates and initializes new ColorPalette class instance. Colors of this palette are generated from the specified bitmap. |
|
ColorPalette(Bitmap, Int32, ColorQuantizationAlgorithm, Int32) |
Creates and initializes a new ColorPalette instance. Colors of this palette are generated from the specified bitmap. |
|
ColorPalette(Bitmap, Int32, Boolean, ColorQuantizationAlgorithm) |
Creates and initializes a new ColorPalette instance. Colors of this palette are generated from the specified bitmap. |