| 792 | } |
| 793 | |
| 794 | void ColorPicker::UpdateColorRightNow(Windows::UI::Color newColor, bool isFromSpectrum) |
| 795 | { |
| 796 | m_UpdateFromSpectrum = isFromSpectrum; |
| 797 | Color(newColor); |
| 798 | } |
| 799 | |
| 800 | void ColorPicker::SetActiveColorRepresentation(txmp::ColorRepresentation representation) |
| 801 | { |