LibreOffice Module basegfx (master) 1
Namespaces | Functions
bcolortools.hxx File Reference
#include <basegfx/basegfxdllapi.h>
Include dependency graph for bcolortools.hxx:
This graph shows which files directly or indirectly include this file:

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