Home
last modified time | relevance | path

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

/aoo42x/main/tools/source/generic/
H A Dcolor.cxx96 void Color::DecreaseLuminance( sal_uInt8 cLumDec ) in DecreaseLuminance() argument
98 SetRed( (sal_uInt8) VOS_BOUND( (long) COLORDATA_RED( mnColor ) - cLumDec, 0L, 255L ) ); in DecreaseLuminance()
99 SetGreen( (sal_uInt8) VOS_BOUND( (long) COLORDATA_GREEN( mnColor ) - cLumDec, 0L, 255L ) ); in DecreaseLuminance()
100 SetBlue( (sal_uInt8) VOS_BOUND( (long) COLORDATA_BLUE( mnColor ) - cLumDec, 0L, 255L ) ); in DecreaseLuminance()
/aoo42x/main/tools/inc/tools/
H A Dcolor.hxx154 void DecreaseLuminance( sal_uInt8 cLumDec );

Completed in 17 milliseconds