Table of Contents

Interface IPalette

Namespace
ScottPlot
Assembly
ScottPlot.dll
public interface IPalette
Extension Methods

Properties

Colors

All colors in this palette

Color[] Colors { get; }

Property Value

Color[]

Description

Additional information such as the source of this palette

string Description { get; }

Property Value

string

Name

Display name

string Name { get; }

Property Value

string

Methods

GetColor(int)

Return the Nth color (wrapping around if N is larger than the number of colors)

Color GetColor(int index)

Parameters

index int

Returns

Color