LibreOffice Module slideshow (master) 1
Classes | Namespaces | Functions
hslcolor.hxx File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  slideshow::internal::HSLColor
 HSL color space class. More...
 
struct  slideshow::internal::HSLColor::HSLTriple
 

Namespaces

namespace  slideshow
 
namespace  slideshow::internal
 

Functions

bool slideshow::internal::operator== (const HSLColor &rLHS, const HSLColor &rRHS)
 
bool slideshow::internal::operator!= (const HSLColor &rLHS, const HSLColor &rRHS)
 
HSLColor slideshow::internal::operator+ (const HSLColor &rLHS, const HSLColor &rRHS)
 
HSLColor slideshow::internal::operator* (double nFactor, const HSLColor &rRHS)
 
HSLColor slideshow::internal::interpolate (const HSLColor &rFrom, const HSLColor &rTo, double t, bool bCCW)
 HSL color linear interpolator. More...