Github User Fetcher 1.0.0
C Application with Server and GUI
|
Go to the source code of this file.
Functions | |
G_BEGIN_DECLS GDK_AVAILABLE_IN_ALL void | gtk_hsv_to_rgb (float h, float s, float v, float *r, float *g, float *b) |
GDK_AVAILABLE_IN_ALL void | gtk_rgb_to_hsv (float r, float g, float b, float *h, float *s, float *v) |
G_BEGIN_DECLS GDK_AVAILABLE_IN_ALL void gtk_hsv_to_rgb | ( | float | h, |
float | s, | ||
float | v, | ||
float * | r, | ||
float * | g, | ||
float * | b ) |
GDK_AVAILABLE_IN_ALL void gtk_rgb_to_hsv | ( | float | r, |
float | g, | ||
float | b, | ||
float * | h, | ||
float * | s, | ||
float * | v ) |