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