Handbook
Glossary
gtk_hsv_to_rgb ( h s v r g b -- )
Vocabulary
gtk2
.
ffi
Inputs
h
an
object
s
an
object
v
an
object
r
an
object
g
an
object
b
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gtk2.ffi
LIBRARY:
gtk2
FUNCTION:
void
gtk_hsv_to_rgb
(
gdouble
h,
gdouble
s,
gdouble
v,
gdouble
r,
gdouble
g,
gdouble
b )