hsv_to_rgb


Description:


public void hsv_to_rgb (float h, float s, float v, out float r, out float g, out float b)

Converts a color from HSV space to RGB.

Input values must be in the [0.0, 1.0] range; output values will be in the same range.

Parameters:

h

Hue

s

Saturation

v

Value

r

Return value for the red component

g

Return value for the green component

b

Return value for the blue component


Namespace: Gtk
Package: gtk4