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

Method PickerColorChanged

Xaml/Pages/ColorPickerPage.cpp:74–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 }
73
74 void ColorPickerPage::PickerColorChanged(const muxc::ColorPicker &, const muxc::ColorChangedEventArgs &args)
75 {
76 m_ColorChangedHandler(args.NewColor());
77 }
78
79 std::wstring_view ColorPickerPage::GetResourceForState(txmp::TaskbarState state)
80 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected