Searched refs:nInvParameter (Results 1 – 1 of 1) sorted by relevance
3596 sal_uInt16 nInvParameter = ( 0x00ff - nParameter ) * 0xff; in MSO_CLR_ToColor() local3597 …aColor.SetRed( sal::static_int_cast< sal_uInt8 >( ( nInvParameter + ( nParameter * aColor.GetRed()… in MSO_CLR_ToColor()3598 …aColor.SetGreen( sal::static_int_cast< sal_uInt8 >( ( nInvParameter + ( nParameter * aColor.GetGre… in MSO_CLR_ToColor()3599 …aColor.SetBlue( sal::static_int_cast< sal_uInt8 >( ( nInvParameter + ( nParameter * aColor.GetBlue… in MSO_CLR_ToColor()
Completed in 38 milliseconds