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

Method OnChannelSliderValueChanged

Xaml/Controls/ColorPicker.cpp:489–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected