#define BASEGFX_DLLPUBLIC
BColor hsv2rgb(const BColor &rHSVColor)
Transform from HSV to RGB.
BColor rgb2hsv(const BColor &rRGBColor)
Transform from RGB to HSV.
BColor rgb2hsl(const BColor &rRGBColor)
Transform from RGB to HSL.
BColor hsl2rgb(const BColor &rHSLColor)
Transform from HSL to RGB.