Method
GeglColorset_hsva
Declaration [src]
void
gegl_color_set_hsva (
  GeglColor* color,
  gdouble hue,
  gdouble saturation,
  gdouble value,
  gdouble alpha,
  const Babl* space
)
Description [src]
Set color as HSVA data stored as space. If space is NULL, this is
equivalent to storing with the default sRGB space.
Parameters
- hue
- 
            Type: gdoubleHue value. 
- saturation
- 
            Type: gdoubleSaturation value. 
- value
- 
            Type: gdoubleValue value. 
- alpha
- 
            Type: gdoubleAlpha value. 
- space
- 
            Type: BablRGB space. The argument can be NULL.The data is owned by the caller of the method.