color_util
library
Functions
-
colorLerp(Color color1, Color color2)
→ LerpFunction
-
Returns a function that interpolates between two colors.
-
colorLuminance(Color color)
→ double
-
Function that calculates the TrueColor luminance and returns
a value between 0.0 and 1.0. Being 0.0 black and 1.0 white.