Home
last modified time | relevance | path

Searched refs:LC_RGB_EPSILON (Results 1 – 1 of 1) sorted by relevance

/dports/cad/leocad/leocad-21.06/common/
H A Dlc_math.h10 #define LC_RGB_EPSILON (static_cast<float>(0.5f / 255.0f)) macro
2105 if (C < LC_RGB_EPSILON) // C == 0.0 in lcRGBToHSL()
2117 S = ((L < (LC_RGB_EPSILON / 2.0f)) || (L > (1.0f -(LC_RGB_EPSILON / 2.0f)))) in lcRGBToHSL()