Searched refs:mBlue (Results 1 – 4 of 4) sorted by relevance
| /GUIX-v6.2.1/guix_studio/ |
| D | color_edit_dialog.cpp | 522 mRed = mGreen = mBlue = 0; in BEGIN_MESSAGE_MAP() 591 mBlue = color & 0xff; in color_edit_dialog() 818 DDX_Text(pDX, IDC_EDIT_BLUE, mBlue); in DoDataExchange() 823 DDX_Slider(pDX, IDC_BLUE_SLIDER, mBlue); in DoDataExchange() 975 GX_COLOR color = (mAlpha << 24) | (mRed << 16) | (mGreen << 8) | mBlue; in GetColor() 1033 mBlue = val; in OnEnChangeEditBlue() 1034 mBlueSlider.SetPos(mBlue); in OnEnChangeEditBlue() 1041 SetDlgItemInt(IDC_EDIT_BLUE, mBlue); in OnEnChangeEditBlue() 1159 mBlue = nPos; in OnHScroll() 1160 SetDlgItemInt(IDC_EDIT_BLUE, mBlue); in OnHScroll() [all …]
|
| D | PaletteLayoutDlg.cpp | 741 mBlue = color & 0xff; in SetData() 742 SetDlgItemInt(ID_BLUEFIELD, mBlue); in SetData() 790 boxbrush.CreateSolidBrush(RGB(mRed, mGreen, mBlue)); in OnPaint() 864 SetDlgItemInt(ID_BLUEFIELD, mBlue); in ColorChanged() 868 mBlue = val; in ColorChanged() 874 mColor = (mAlpha << 24) | (mRed << 16) | (mGreen << 8) | mBlue; in ColorChanged()
|
| D | PaletteLayoutDlg.h | 39 unsigned char mBlue; variable
|
| D | color_edit_dialog.h | 101 int mBlue; variable
|