Searched defs:newLightness (Results 1 – 1 of 1) sorted by relevance
101 const newLightness = clamp(l + amount, LIGHTNESS_MIN, max); constant107 const newLightness = clamp(l - amount, min, LIGHTNESS_MAX); constant