Searched defs:lighten (Results 1 – 3 of 3) sorted by relevance
56 lighten(percent: number, max?: number): Color; method
653 inline float lighten(float src, float dst) in lighten() function
2196 BLEND_MODE(lighten) { return s + d - min(s*da, d*sa) ; } in BLEND_MODE() argument