COLOR2INTEGER

THE BOX'S MAIN HELP:
This converts a color to an integer, based on overall intensity.
Intensity < CLIP is 0, intensity >= CLIP is 1.

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

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

I (output):
This function returns 0 or 1, based on intensity.
Intensity < CLIP is 0, intensity >= CLIP is 1.

<-- BACK TO Components

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