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

Go to the source code of this file.

Namespaces

namespace  basegfx
 
namespace  basegfx::utils
 

Functions

BColor basegfx::utils::rgb2hsl (const BColor &rRGBColor)
 Transform from RGB to HSL. More...
 
static double basegfx::utils::hsl2rgbHelper (double nValue1, double nValue2, double nHue)
 
BColor basegfx::utils::hsl2rgb (const BColor &rHSLColor)
 Transform from HSL to RGB. More...
 
BColor basegfx::utils::rgb2hsv (const BColor &rRGBColor)
 Transform from RGB to HSV. More...
 
BColor basegfx::utils::hsv2rgb (const BColor &rHSVColor)
 Transform from HSV to RGB. More...