Searched refs:rSrc2 (Results 1 – 1 of 1) sorted by relevance
108 void lclSetMixedColor( Color& rDest, const Color& rSrc1, const Color& rSrc2 ) in lclSetMixedColor() argument110 …rDest.SetRed( static_cast< sal_uInt8 >( (static_cast< sal_uInt16 >( rSrc1.GetRed() ) + rSrc2.GetRe… in lclSetMixedColor()111 …tatic_cast< sal_uInt8 >( (static_cast< sal_uInt16 >( rSrc1.GetGreen() ) + rSrc2.GetGreen()) / 2 ) … in lclSetMixedColor()112 …rDest.SetBlue( static_cast< sal_uInt8 >( (static_cast< sal_uInt16 >( rSrc1.GetBlue() ) + rSrc2.Get… in lclSetMixedColor()
Completed in 32 milliseconds