Home
last modified time | relevance | path

Searched refs:cLumInc (Results 1 – 2 of 2) sorted by relevance

/trunk/main/tools/source/generic/
H A Dcolor.cxx87 void Color::IncreaseLuminance( sal_uInt8 cLumInc ) in IncreaseLuminance() argument
89 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()
/trunk/main/tools/inc/tools/
H A Dcolor.hxx153 void IncreaseLuminance( sal_uInt8 cLumInc );

Completed in 15 milliseconds