Searched refs:nShading (Results 1 – 1 of 1) sorted by relevance
1732 inline sal_uInt32 CalcShading( sal_uInt32 nColor, sal_uInt32 nFillColor, sal_uInt8 nShading ) in CalcShading() argument1734 nColor = (nColor * nShading) / 100; in CalcShading()1735 nFillColor = (nFillColor * ( 100 - nShading )) / 100; in CalcShading()
Completed in 10 milliseconds