| 67 | } |
| 68 | |
| 69 | Windows::UI::Color ColorPickerPage::OriginalColor() noexcept |
| 70 | { |
| 71 | return m_OriginalColor; |
| 72 | } |
| 73 | |
| 74 | void ColorPickerPage::PickerColorChanged(const muxc::ColorPicker &, const muxc::ColorChangedEventArgs &args) |
| 75 | { |
nothing calls this directly
no outgoing calls
no test coverage detected