Home
last modified time | relevance | path

Searched refs:mHue (Results 1 – 2 of 2) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dcolor_edit_dialog.cpp1070 mHue = val; in OnEnChangeEditHue()
1172 mHue = nPos; in OnHScroll()
1202 RgbToHsl(mRed, mGreen, mBlue, mHue, mSat, mLum); in UpdateHSLFields()
1204 mHueSlider.SetPos(mHue); in UpdateHSLFields()
1208 SetDlgItemInt(IDC_EDIT_HUE, mHue); in UpdateHSLFields()
1213 msg.Format(L"hue %d, saturation: %d, luminance: %d", mHue, mSat, mLum); in UpdateHSLFields()
1424 (*hue) = mHue; in GetHSLColor()
1442 mHue = hue; in SetHSLColor()
1445 SetDlgItemInt(IDC_EDIT_HUE, mHue); in SetHSLColor()
1446 mHueSlider.SetPos(mHue); in SetHSLColor()
Dcolor_edit_dialog.h103 int mHue; variable