| 487 | |
| 488 | template<txmp::ColorChannel channel> |
| 489 | void ColorPicker::OnChannelSliderValueChanged(const IInspectable &, const wuxc::Primitives::RangeBaseValueChangedEventArgs &args) |
| 490 | { |
| 491 | SetColorChannel(GetActiveColorRepresentation(), channel, args.NewValue()); |
| 492 | } |
| 493 | |
| 494 | void ColorPicker::OnSpectrumAlphaChannelSliderValueChanged(const IInspectable &, const wuxc::Primitives::RangeBaseValueChangedEventArgs &args) |
| 495 | { |
nothing calls this directly
no outgoing calls
no test coverage detected