RGB2COLOR

THE BOX'S MAIN HELP:
This function takes the three floats and
returns a color with those red green blue components.

R (input):
This must be a float.  Values will be clamped between [0,1].
This is the red component for the color.

G (input):
This must be a float. Values will be clamped between [0,1].
This is the green component for the color.

B (input):
This must be a float. Values will be clamped between [0,1].
This is the blue component for the color.

OUT (output):
The function returns the color(R,G,B). The default is white.

<-- BACK TO Components

© Copyright 1996,1998 Cinema Graphics Inc. All Rights reserved.