Searched refs:getHue (Results 1 – 3 of 3) sorted by relevance
207 double HSLColor::getHue() const in getHue() function in slideshow::internal::HSLColor229 getHue() + 120.0 ); in getRed()239 getHue() ); in getGreen()249 getHue() - 120.0 ); in getBlue()254 RGBColor::RGBTriple aColor( hsl2rgb( getHue(), in getRGBColor()277 return HSLColor( rLHS.getHue() + rRHS.getHue(), in operator +()284 return HSLColor( rLHS.getHue() * rRHS.getHue(), in operator *()291 return HSLColor( nFactor * rRHS.getHue(), in operator *()298 const double nFromHue( rFrom.getHue() ); in interpolate()299 const double nToHue ( rTo.getHue() ); in interpolate()[all …]
52 double getHue() const;