PaletteEntry Constructors
Represents a single element in the Palette.Name | Parameters | Description |
---|---|---|
PaletteEntry() | none | Initializes a new instance of the PaletteEntry class with the default settings. |
PaletteEntry(Color, Color) | color, color2 | Initializes a new instance of the PaletteEntry class with the color. |
PaletteEntry(Color) | color | Initializes a new instance of the PaletteEntry class with the specified color. |
See Also