COLOR2BOOLEAN

THE BOX'S MAIN HELP:
This converts a color to a boolean, based on overall intensity.
Intensity < CLIP is false, intensity >= CLIP is true.

C (input):
This must be a color.  The default is WHITE.

CLIP (input):
The clipping value to determine whether the output is true or false.
This must be a scalar. The default is 0.5.

BOOL (output):
This function returns true or false, based on intensity.
Intensity < CLIP is false, intensity >= CLIP is true.

<-- BACK TO Components

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