HSVColorWheel - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


ColorTools

  

HSVColorWheel

  

plot the HSV color wheel

 

Calling Sequence

Parameters

Options

Description

Examples

Compatibility

Calling Sequence

HSVColorWheel()

HSVColorWheel(number)

HSVColorWheel(number, colors)

Parameters

number

-

(optional) number of sectors to draw (the default is 12)

colors

-

(optional) list of colors in formats recognized by ColorTools

Options

• 

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.)

Description

• 

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.

Examples

withColorTools:

HSVColorWheelRed,Green,Blue,Yellow

HSVColorWheelRed,Green,Blue,Yellow,saturation=1.,value=1.

Compatibility

• 

The ColorTools[HSVColorWheel] command was introduced in Maple 16.

• 

For more information on Maple 16 changes, see Updates in Maple 16.

See Also

ColorTools

ColorTools/ColorSpaces

ColorTools[Color]