Handbook
Glossary
gtk_hsv_to_rgb ( h s v r g b -- )
Vocabulary
gtk3
.
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:
gtk3.ffi
LIBRARY:
gtk3
FUNCTION:
void
gtk_hsv_to_rgb
(
gdouble
h,
gdouble
s,
gdouble
v, gdouble* r, gdouble* g,
gdouble* b )