Palette Constructors
Represents a palette (collection of colors) used to draw a TreeMap.Name | Parameters | Description |
---|---|---|
Palette() | none | Initializes a new instance of the Palette class with default settings. |
Palette(Color[]) | colors | Initializes a new instance of the Palette class with the specified array of palette colors. |
See Also