Searched refs:cLumInc (Results 1 – 2 of 2) sorted by relevance
87 void Color::IncreaseLuminance( sal_uInt8 cLumInc ) in IncreaseLuminance() argument89 SetRed( (sal_uInt8) VOS_BOUND( (long) COLORDATA_RED( mnColor ) + cLumInc, 0L, 255L ) ); in IncreaseLuminance()90 SetGreen( (sal_uInt8) VOS_BOUND( (long) COLORDATA_GREEN( mnColor ) + cLumInc, 0L, 255L ) ); in IncreaseLuminance()91 SetBlue( (sal_uInt8) VOS_BOUND( (long) COLORDATA_BLUE( mnColor ) + cLumInc, 0L, 255L ) ); in IncreaseLuminance()
153 void IncreaseLuminance( sal_uInt8 cLumInc );
Completed in 18 milliseconds