| GimpHSVGimpHSV — Definitions and Functions relating to HSV colors. |  | 
Description
Definitions and Functions relating to HSV colors.
 
Functions
gimp_hsv_clamp ()
void
gimp_hsv_clamp (GimpHSV *hsv);
 
 
Types and Values
struct GimpHSV
struct GimpHSV {
  gdouble h, s, v, a;
};
Used to keep HSV and HSVA colors. All components are in a range of
[0.0..1.0].
 
struct GimpHSL
struct GimpHSL {
  gdouble h, s, l, a;
};
Used to keep HSL and HSLA colors. All components are in a range of
[0.0..1.0].
 
GIMP_TYPE_HSV
#define GIMP_TYPE_HSV       (gimp_hsv_get_type ())
 
GIMP_TYPE_HSL
#define GIMP_TYPE_HSL       (gimp_hsl_get_type ())