c_gtk_rgb_to_hsv

extern (C) __gshared
void function(float r, float g, float b, float* h, float* s, float* v) c_gtk_rgb_to_hsv;