Home
last modified time | relevance | path

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

/trunk/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx635 const sal_uInt16 nEndIntensity( rGradient.GetEndIntensity() ); in createGradientAction() local
637 aVCLEndColor.SetRed( (sal_uInt8)(aVCLEndColor.GetRed() * nEndIntensity / 100) ); in createGradientAction()
638 … aVCLEndColor.SetGreen( (sal_uInt8)(aVCLEndColor.GetGreen() * nEndIntensity / 100) ); in createGradientAction()
639 … aVCLEndColor.SetBlue( (sal_uInt8)(aVCLEndColor.GetBlue() * nEndIntensity / 100) ); in createGradientAction()

Completed in 31 milliseconds