Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gtkcolorutils.h File Reference
#include <glib.h>
#include <gdk/gdk.h>

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)
 

Function Documentation

◆ gtk_hsv_to_rgb()

G_BEGIN_DECLS GDK_AVAILABLE_IN_ALL void gtk_hsv_to_rgb ( float h,
float s,
float v,
float * r,
float * g,
float * b )

◆ gtk_rgb_to_hsv()

GDK_AVAILABLE_IN_ALL void gtk_rgb_to_hsv ( float r,
float g,
float b,
float * h,
float * s,
float * v )