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

Method OnChannelSliderLoaded

Xaml/Controls/ColorPicker.cpp:505–508  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

503
504 template<txmp::ColorChannel channel>
505 void ColorPicker::OnChannelSliderLoaded(const IInspectable &sender, const wux::RoutedEventArgs &)
506 {
507 UpdateChannelSliderBackground(sender.try_as<ColorPickerSlider>(), channel, GetActiveColorRepresentation());
508 }
509
510 void ColorPicker::OnSpectrumAlphaChannelSliderLoaded(const IInspectable &, const wux::RoutedEventArgs &)
511 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected