Searched defs:sat (Results 1 – 2 of 2) sorted by relevance
343 int sat, hue, lum; in GetSelectedPos() local394 int sat = (int)(satfloat + 0.5); in SetSelectedPos() local1226 int sat = GetDlgItemInt(IDC_EDIT_SATURATION); in UpdateRGBVals() local1261 void color_edit_dialog::HslToRgb(double hue, double sat, double lum, in HslToRgb()1420 void color_edit_dialog::GetHSLColor(int *hue, int *sat, int *lum) in GetHSLColor()1439 void color_edit_dialog::SetHSLColor(int hue, int sat) in SetHSLColor()
2018 def set_color_sat(sat): argument