Lines Matching refs:dr
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,
106 float R = dr,
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,
131 float R = dr,