In This Article

ColorPalette Class

Stores information about a palette that consists of multiple color ramps.

public class ColorPalette
Inheritance:
object object

Constructors

ColorPalette()

Initializes an instance of the class.

public ColorPalette()

Properties

Ramps

Gets the collection of color ramps in the palette.

public ColorRampCollection Ramps { get; }

Property Value

ColorRampCollection:

The collection of color ramps in the palette.

Inherited Members

Extension Methods