MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / OriginalColor

Method OriginalColor

Xaml/Pages/ColorPickerPage.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected