Searched refs:nEndIntensity (Results 1 – 1 of 1) sorted by relevance
635 const sal_uInt16 nEndIntensity( rGradient.GetEndIntensity() ); in createGradientAction() local637 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