Searched refs:RgbToHsl (Results 1 – 2 of 2) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | color_edit_dialog.h | 55 static void RgbToHsl(int red, int green, int blue, int &hue, int &saturation, int &luminance);
|
| D | color_edit_dialog.cpp | 1202 RgbToHsl(mRed, mGreen, mBlue, mHue, mSat, mLum); in UpdateHSLFields() 1316 void color_edit_dialog::RgbToHsl(int red, int green, int blue, in RgbToHsl() function in color_edit_dialog
|