ColorTools
HSVColorWheel
plot the HSV color wheel
Calling Sequence
Parameters
Options
Description
Examples
Compatibility
HSVColorWheel()
HSVColorWheel(number)
HSVColorWheel(number, colors)
number
-
(optional) number of sectors to draw (the default is 12)
colors
(optional) list of colors in formats recognized by ColorTools
saturation=float
A number between 0 and 1 for the HSV saturation of the colors in the wheel. (The default is 1.)
value=float
A number between 0 and 1 for the HSV value of the colors in the wheel. (The default is .5.)
The HSVColorWheel command renders the standard HSV color wheel. If a list of colors is provided, points are drawn on the wheel corresponding to the approximate positions of those colors in HSV space. For colors given by Color objects or strings, a plot annotation will be created for its point.
with⁡ColorTools:
HSVColorWheel⁡Red,Green,Blue,Yellow
HSVColorWheel⁡Red,Green,Blue,Yellow,saturation=1.,value=1.
The ColorTools[HSVColorWheel] command was introduced in Maple 16.
For more information on Maple 16 changes, see Updates in Maple 16.
See Also
ColorTools/ColorSpaces
ColorTools[Color]
Download Help Document