| 1361 | } |
| 1362 | |
| 1363 | void 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 | |
| 1372 | void CColorCopDlg::OnColorPick() { |
| 1373 | // set up the common windows color dialog |
nothing calls this directly
no outgoing calls
no test coverage detected