Searched refs:nColor3 (Results 1 – 1 of 1) sorted by relevance
1205 sal_uInt16 nColor1, nColor2, nColor3; in RgbToCmyk_Impl() local1214 nColor3 = 255 - rColor.GetBlue(); in RgbToCmyk_Impl()1215 nProzent = ColorToPercent_Impl( nColor3 ); in RgbToCmyk_Impl()1217 rK = Min( Min( nColor1, nColor2 ), nColor3 ); in RgbToCmyk_Impl()1221 rColor.SetBlue( sal::static_int_cast< sal_uInt8 >( nColor3 - rK ) ); in RgbToCmyk_Impl()
Completed in 23 milliseconds