Method

GimpHSVto_rgb

Declaration [src]

void
gimp_hsv_to_rgb (
  const GimpHSV* hsv,
  GimpRGB* rgb
)

Description [src]

Converts a color value from HSV to RGB colorspace.

Parameters

rgb GimpRGB
 

The returned RGB value.

 The argument will be set by the function.
 The data is owned by the caller of the function.