| 943 | } |
| 944 | |
| 945 | void CColorCopDlg::CalcColorPal() { |
| 946 | // generate a new color palette from the current color |
| 947 | setSeedColor(); // step 1. - set the RGB color |
| 948 | // - calc the Hue, Sat, Light |
| 949 | // - create the swatch |
| 950 | palcol = 0; |
| 951 | handleShifts(); |
| 952 | } |
| 953 | |
| 954 | double CColorCopDlg::plusValue(double num) { |
| 955 | num += SAT_LIGHT_SHIFT; |
nothing calls this directly
no outgoing calls
no test coverage detected