32 #import "CoreGTK/CGTKWidget.h"
42 +(void)gtkHsvToRgbWithH:(gdouble) h andS:(gdouble) s andV:(gdouble) v andR:(gdouble*) r andG:(gdouble*) g andB:(gdouble*) b;
62 -(void)gtkHsvGetColorWithH:(gdouble*) h andS:(gdouble*) s andV:(gdouble*) v;
70 -(void)gtkHsvGetMetricsWithSize:(gint*) size andRingWidth:(gint*) ringWidth;
77 -(BOOL)gtkHsvIsAdjusting;
86 -(void)gtkHsvSetColorWithH:(
double) h andS:(
double) s andV:(
double) v;
94 -(void)gtkHsvSetMetricsWithSize:(gint) size andRingWidth:(gint) ringWidth;