Class ColorPalette

ColorPalette class

Defines an array of colors that make up a color palette. The colors are 32-bit ARGB colors. Not inheritable.

public sealed class ColorPalette

Properties

NameDescription
Entries { get; }Gets an array of Color structures.
Flags { get; }Gets a value that specifies how to interpret the color information in the array of colors.

See Also