Color.Constructor Constructor

Constructs color from red, green, and blue float components.

Constructor(
   red as nfloat,
   green as nfloat,
   blue as nfloat) as void

Parameters

red
Red component in the range 0.0 to 1.0.
green
Green component in the range 0.0 to 1.0.
blue
Blue component in the range 0.0 to 1.0.

Returns

void

Remarks

See Also

Color Class