OOF2: The Manual
Name
RGBAColor (RGBAColor) — Color specified as a Red, Green, Blue, Alpha quartet.
Synopsis
RGBAColor(red,green,blue,alpha)
Details
-
Base class:
Color -
Parameters:
red- Value of Red. Type: A real number in the range [0, 1].
green- Value of Green. Type: A real number in the range [0, 1].
blue- Value of Blue. Type: A real number in the range [0, 1].
alpha- Opacity. Type: A real number in the range [0, 1].



