Searched refs:fShade (Results 1 – 1 of 1) sorted by relevance
571 double fShade = fLum + 1.0; // interval [0.0, 1.0] (black...full color) in toRgb() local572 fR *= fShade; in toRgb()573 fG *= fShade; in toRgb()574 fB *= fShade; in toRgb()
Completed in 16 milliseconds