LUMINENCE

THE BOX'S MAIN HELP:
This is function takes a color C and returns the luminence value.

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

OUT (output):
This function returns a float.  The luminence value of color C.
OUT = (RED * 0.31) + (GREEN * 0.61) + (BLUE * 0.08);

<-- BACK TO Functions

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