Class Palette

Public

Collections of colors.

The easiest way to use this class is to import it with a "using" statement:

using Palette = Pathfinding.Drawing.Palette.Colorbrewer.Set1;

class PaletteTest : MonoBehaviour {
public void Update () {
Draw.Line(new Vector3(0, 0, 0), new Vector3(1, 1, 1), Palette.Orange);
}
}

Note

This class has relatively few color collections at the moment. More will be added in the future.

Inner Types

Pure colors.