| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected