Searched refs:toCrgb (Results 1 – 2 of 2) sorted by relevance
382 case XML_red: toCrgb(); lclSetValue( mnC1, aIt->mnValue ); break; in getColor()383 case XML_redMod: toCrgb(); lclModValue( mnC1, aIt->mnValue ); break; in getColor()384 case XML_redOff: toCrgb(); lclOffValue( mnC1, aIt->mnValue ); break; in getColor()385 case XML_green: toCrgb(); lclSetValue( mnC2, aIt->mnValue ); break; in getColor()386 case XML_greenMod: toCrgb(); lclModValue( mnC2, aIt->mnValue ); break; in getColor()420 toCrgb(); in getColor()432 toCrgb(); in getColor()473 toCrgb(); in getColor()481 toCrgb(); in getColor()488 toCrgb(); in getColor()[all …]
103 void toCrgb() const;
Completed in 10 milliseconds