|
LibreOffice Module basegfx (master) 1
|
#include <basegfx/basegfxdllapi.h>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... | |