Home
last modified time | relevance | path

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

/AOO42X/main/slideshow/source/engine/
H A Dcolor.cxx212 double HSLColor::getSaturation() const in getSaturation() function in slideshow::internal::HSLColor
224 if( ::basegfx::fTools::equalZero( getSaturation() ) ) in getRed()
234 if( ::basegfx::fTools::equalZero( getSaturation() ) ) in getGreen()
244 if( ::basegfx::fTools::equalZero( getSaturation() ) ) in getBlue()
255 getSaturation(), in getRGBColor()
278 rLHS.getSaturation() + rRHS.getSaturation(), in operator +()
285 rLHS.getSaturation() * rRHS.getSaturation(), in operator *()
292 nFactor * rRHS.getSaturation(), in operator *()
333 (1.0-t)*rFrom.getSaturation() + t*rTo.getSaturation(), in interpolate()
375 truncateRangeStd( rColor.getSaturation() ), in RGBColor()
[all …]
/AOO42X/main/slideshow/source/inc/
H A Dhslcolor.hxx58 double getSaturation() const;
H A Drgbcolor.hxx58 double getSaturation() const;