Lines Matching refs:sg
91 float* sr, float* sg, float* sb) { in hue() argument
94 G = *sg, in hue()
99 *sg = G; in hue()
104 float* sr, float* sg, float* sb) { in saturation() argument
109 set_sat(&R,&G,&B, sat(*sr,*sg,*sb)); in saturation()
112 *sg = G; in saturation()
117 float* sr, float* sg, float* sb) { in color() argument
120 G = *sg, in color()
124 *sg = G; in color()
129 float* sr, float* sg, float* sb) { in luminosity() argument
134 set_lum(&R,&G,&B, lum(*sr,*sg,*sb)); in luminosity()
136 *sg = G; in luminosity()