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

Method UpdateColorRightNow

Xaml/Controls/ColorPicker.cpp:794–798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

792 }
793
794 void ColorPicker::UpdateColorRightNow(Windows::UI::Color newColor, bool isFromSpectrum)
795 {
796 m_UpdateFromSpectrum = isFromSpectrum;
797 Color(newColor);
798 }
799
800 void ColorPicker::SetActiveColorRepresentation(txmp::ColorRepresentation representation)
801 {

Callers

nothing calls this directly

Calls 1

ColorClass · 0.85

Tested by

no test coverage detected