OOF2: The Manual
Name
Gray (Gray) — A gray color.
Synopsis
Gray(value)
Details
-
Base class:
OpaqueColor -
Parameters:
value- Gray value (0=black, 1=white). Type: A real number in the range [0, 1].
Description
GrayColor is a variety of OpaqueColor that can only represent
shades of gray. value is a floating point number
between 0 and 1, inclusive, where 0 is black and 1 is white.
GrayColor(x) is equivalent to RGBColor(x,x,x).



