Table of Contents

Method GetColor

Namespace
Bonsai.Design.Visualizers
Assembly
Bonsai.Design.Visualizers.dll

GetColor(int)

Returns the color in the color cycle at the specified index.

public static Color GetColor(int colorIndex)

Parameters

colorIndex int

The index of the color to retrieve.

Returns

Color

A Color value representing the color at the specified index of the color cycle.