Searched refs:getHue (Results 1 – 3 of 3) sorted by relevance
211 double HSLColor::getHue() const in getHue() function in slideshow::internal::HSLColor233 getHue() + 120.0 ); in getRed()243 getHue() ); in getGreen()253 getHue() - 120.0 ); in getBlue()258 RGBColor::RGBTriple aColor( hsl2rgb( getHue(), in getRGBColor()281 return HSLColor( rLHS.getHue() + rRHS.getHue(), in operator +()288 return HSLColor( rLHS.getHue() * rRHS.getHue(), in operator *()295 return HSLColor( nFactor * rRHS.getHue(), in operator *()302 const double nFromHue( rFrom.getHue() ); in interpolate()303 const double nToHue ( rTo.getHue() ); in interpolate()[all …]
52 double getHue() const;
Completed in 40 milliseconds