TestPalette: Tools for seeing a palette, and how it spans HSV space.

Description Usage Arguments Value Author(s) Examples

Description

TestPalette() simply produces a row of bars of colors, with as many bars as there are elements of the supplied color vector. VisPalette() displays the HSV values of the palette.

Usage

1
2
TestPalette(color)
VisPalette(color)

Arguments

color

A vector of colors.

Value

Nothing is returned.

Author(s)

Brody Sandel

Examples

1
2
3
pal = Palette("Red","Blue",100)
TestPalette(pal)
VisPalette(pal)

painter documentation built on May 2, 2019, 10:46 a.m.

Related to TestPalette in painter...