Searched refs:GetMixedCol (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 699 static inline sal_uInt8 GetMixedCol( const sal_uInt8 nB, const sal_uInt8 nF, const sal_uInt16 nFak ) in GetMixedCol() function 709 return Color( GetMixedCol( rBack.GetRed(), rFore.GetRed(), nFact ), in GetMixedColor() 710 GetMixedCol( rBack.GetGreen(), rFore.GetGreen(), nFact ), in GetMixedColor() 711 GetMixedCol( rBack.GetBlue(), rFore.GetBlue(), nFact ) ); in GetMixedColor()
|
Completed in 11 milliseconds