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

Method OnChangeMagenta

ColorCop/ColorCopDlg.cpp:1354–1361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1352}
1353
1354void CColorCopDlg::OnChangeMagenta() {
1355 m_Magenta = GetDlgItemInt(IDC_MAGENTA);
1356 m_Magenta = std::clamp(m_Magenta, CMYK_MIN, CMYK_MAX);
1357
1358 CalcColorPal();
1359 OnconvertRGB();
1360 OnCopytoclip();
1361}
1362
1363void CColorCopDlg::OnChangeYellow() {
1364 m_Yellow = GetDlgItemInt(IDC_YELLOW);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected