CustomPalette Constructors
Represents a custom color palette.| Name | Parameters | Description |
|---|---|---|
| CustomPalette(String, IEnumerable<Color>, Boolean) | name, colors, calcBorder | Initializes a new instance of the CustomPalette class with the specified settings. |
| CustomPalette(String, IEnumerable<Color>) | name, colors | Initializes a new instance of the CustomPalette class with the specified name and colors. |
See Also