Purpose
Create a color value.
Synopsis
function XADcolor(red:real, green:real, blue:real):integer
Arguments
|
red
|
Intensity of red (between 0 and 255)
|
|
green
|
Intensity of green (between 0 and 255)
|
|
blue
|
Intensity of blue (between 0 and 255)
|
Return value
Color value.
Further information
Creates
a color value based on intensities of
red,
green
and
blue.
Related topics
See Section
Canvas for a list of predefined color constants.
If you have any comments or suggestions about these pages,
please send mail to docs@dashoptimization.com.