Searched defs:hue (Results 1 – 2 of 2) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | color_edit_dialog.cpp | 343 int sat, hue, lum; in GetSelectedPos() local 397 int hue = (int)(huefloat + 0.5); in SetSelectedPos() local 1225 int hue = GetDlgItemInt(IDC_EDIT_HUE); in UpdateRGBVals() local 1261 void color_edit_dialog::HslToRgb(double hue, double sat, double lum, in HslToRgb() 1317 int &hue, int &saturation, int &luminance) in RgbToHsl() 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()
|
| /GUIX-v6.2.1/test/guix_studio_test/test_view/ |
| D | test_utils.py | 2013 def set_color_hue(hue): argument
|