LibreOffice Module slideshow (master) 1
Namespaces | Functions
color.cxx File Reference
#include <hslcolor.hxx>
#include <rgbcolor.hxx>
#include <basegfx/numeric/ftools.hxx>
#include <rtl/math.hxx>
#include <cmath>
#include <algorithm>
Include dependency graph for color.cxx:

Go to the source code of this file.

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...
 
bool slideshow::internal::operator== (const RGBColor &rLHS, const RGBColor &rRHS)
 
bool slideshow::internal::operator!= (const RGBColor &rLHS, const RGBColor &rRHS)
 
RGBColor slideshow::internal::operator+ (const RGBColor &rLHS, const RGBColor &rRHS)
 
RGBColor slideshow::internal::operator* (const RGBColor &rLHS, const RGBColor &rRHS)
 
RGBColor slideshow::internal::operator* (double nFactor, const RGBColor &rRHS)
 
RGBColor slideshow::internal::interpolate (const RGBColor &rFrom, const RGBColor &rTo, double t)
 RGB color linear interpolator. More...