Searched refs:toHsl (Results 1 – 2 of 2) sorted by relevance
392 case XML_hue: toHsl(); lclSetValue( mnC1, aIt->mnValue, MAX_DEGREE ); break; in getColor()393 case XML_hueMod: toHsl(); lclModValue( mnC1, aIt->mnValue, MAX_DEGREE ); break; in getColor()394 case XML_hueOff: toHsl(); lclOffValue( mnC1, aIt->mnValue, MAX_DEGREE ); break; in getColor()395 case XML_sat: toHsl(); lclSetValue( mnC2, aIt->mnValue ); break; in getColor()396 case XML_satMod: toHsl(); lclModValue( mnC2, aIt->mnValue ); break; in getColor()400 toHsl(); in getColor()406 toHsl(); in getColor()412 toHsl(); in getColor()444 toHsl(); in getColor()468 toHsl(); in getColor()[all …]
105 void toHsl() const;
Completed in 11 milliseconds