ColorUtilities.ConvertToGrayscale(Variable) Method |
Top |
DescriptionGets the grayscale of the specified color using the formula: 0.30 * R + 0.59 * G + 0.11 * B.
Timing Precision Mode This page describes functionality in nanosecond timing precision mode. Click here to see the documentation for this object in millisecond timing precision mode.
Method Signature
Arguments
Return Value
Returns a grayscale color of the specified color.
Syntax
See also
|