ColorTools[Color]
Chroma
retrieve the chroma of a Color object
Calling Sequence
Parameters
Description
Examples
Compatibility
Chroma(color)
color
-
a Color object created with ColorTools[Color]
The Chroma command returns the chroma of a Color object, which is a float between 0. and 1.0 representing the intensity of a color defined as the maximum difference between any of its red, green, and blue channels.
Chroma⁡ColorTools:-Color⁡black
0.
Chroma⁡ColorTools:-Color⁡red
1.0000000
Chroma⁡ColorTools:-Color⁡pink
0.24705882
The ColorTools[Color][Chroma] command was introduced in Maple 2017.
For more information on Maple 2017 changes, see Updates in Maple 2017.
See Also
Download Help Document