MCPcopy Create free account
hub / github.com/ColorCop/ColorCop / OnChangeBlue

Method OnChangeBlue

ColorCop/ColorCopDlg.cpp:1317–1324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1315}
1316
1317void CColorCopDlg::OnChangeBlue() {
1318 m_Bluedec = GetDlgItemInt(IDC_BLUE);
1319 m_Bluedec = std::clamp(m_Bluedec, RGB_MIN, RGB_MAX);
1320
1321 CalcColorPal();
1322 OnconvertRGB();
1323 OnCopytoclip();
1324}
1325
1326
1327void CColorCopDlg::OnChangeRed() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected