LibreOffice Module slideshow (master) 1
Classes | Namespaces | Functions
rgbcolor.hxx File Reference
#include <cppcanvas/color.hxx>
Include dependency graph for rgbcolor.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  slideshow::internal::RGBColor
 RGB color space class. More...
 
struct  slideshow::internal::RGBColor::RGBTriple
 

Namespaces

namespace  slideshow
 
namespace  slideshow::internal
 

Functions

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...