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

Method OnChangeYellow

ColorCop/ColorCopDlg.cpp:1363–1370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1361}
1362
1363void CColorCopDlg::OnChangeYellow() {
1364 m_Yellow = GetDlgItemInt(IDC_YELLOW);
1365 m_Yellow = std::clamp(m_Yellow, CMYK_MIN, CMYK_MAX);
1366
1367 CalcColorPal();
1368 OnconvertRGB();
1369 OnCopytoclip();
1370}
1371
1372void CColorCopDlg::OnColorPick() {
1373 // set up the common windows color dialog

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected