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