|
|
|
|
ColorLightness (Function) In french: CouleurLuminosité Calculates the lightness of a color.
SelectColor(MyColor) Info("Hue: " + ColorHue(MyColor) + "°", ... "Lightness: " + ColorLightness(MyColor) + "%", ... "Saturation: " + ColorSaturation(MyColor) + "%")
Syntax
<Result> = ColorLightness(<Color>)
<Result>: Integer Value of lightness for the specified color (percentage included between 0 and 100). <Color>: Integer Color to use. This color can correspond to:
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|