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

Method UpdateVisualState

Xaml/Controls/ColorPickerSlider.cpp:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 }
177
178 void ColorPickerSlider::UpdateVisualState()
179 {
180 wux::VisualStateManager::GoToState(*this, Orientation() == wuxc::Orientation::Vertical ? L"VerticalColorSlider" : L"HorizontalColorSlider", false);
181 }
182
183 void ColorPickerSlider::UpdateBackground(txmp::HsvColor color)
184 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected