Home
last modified time | relevance | path

Searched refs:mBlue (Results 1 – 4 of 4) sorted by relevance

/GUIX-v6.2.1/guix_studio/
Dcolor_edit_dialog.cpp522 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 …]
DPaletteLayoutDlg.cpp741 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()
DPaletteLayoutDlg.h39 unsigned char mBlue; variable
Dcolor_edit_dialog.h101 int mBlue; variable