ColorTools
RGBGrid
plot grids of RGB colors
Calling Sequence
Parameters
Description
Examples
Compatibility
RGBGrid(red=r);
RGBGrid(green=g);
RGBGrid(blue=b);
r, g, b
-
value between 0 and 1
The RGBGrid command displays a grid of the colors with the given RGB color channel fixed at the specified value and the other two varying from 0 to 1.
with⁡ColorTools:
RGBGrid⁡red=0.5
RGBGrid⁡green=0.75
RGBGrid⁡blue=0.25
An error occurs in the next two examples because there must be exactly one argument.
RGBGrid⁡
Error, (in ColorTools:-RGBGrid) invalid input: exactly one of red, blue, or green must be specified as a number between 0 and 1
RGBGrid⁡green=0.25,blue=0.25
The ColorTools[RGBGrid] command was introduced in Maple 16.
For more information on Maple 16 changes, see Updates in Maple 16.
See Also
Download Help Document