IColorPalette Interface

Definition

Interface to define a color palette.

public interface IColorPalette
type IColorPalette = interface
Public Interface IColorPalette
Derived

Properties

ColorCount

Gets the total number of colors in this palette. A color is not necessarily a single value and may be composed of several shades.

ShadeCount

Gets the total number of shades for each color in this palette. Shades are usually a variation of the color lightening or darkening it.

Methods

GetColor(Int32, Int32)

Gets a color in the palette by index.

Applies to