Home
last modified time | relevance | path

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

/aoo41x/main/cui/source/tabpages/
H A Dtpcolor.cxx1205 sal_uInt16 nColor1, nColor2, nColor3; in RgbToCmyk_Impl() local
1214 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 16 milliseconds