Lines Matching refs:dg
90 static void hue(float dr, float dg, float db,
96 set_sat(&R,&G,&B, sat(dr,dg,db));
97 set_lum(&R,&G,&B, lum(dr,dg,db));
103 static void saturation(float dr, float dg, float db,
107 G = dg,
110 set_lum(&R,&G,&B, lum( dr, dg, db)); // This may seem redundant, but it is not.
116 static void color(float dr, float dg, float db,
122 set_lum(&R,&G,&B, lum(dr,dg,db));
128 static void luminosity(float dr, float dg, float db,
132 G = dg,