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

Method OnHexInputTextBoxLostFocus

Xaml/Controls/ColorPicker.cpp:551–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549 }
550
551 void ColorPicker::OnHexInputTextBoxLostFocus(const IInspectable &, const wux::RoutedEventArgs &)
552 {
553 try
554 {
555 UpdateColorRightNow(Util::Color::FromString(m_HexInputTextBox.Text(), true));
556 }
557 catch (...)
558 {
559 UpdateColorControlValues();
560 UpdateChannelSliderBackgrounds();
561 }
562 }
563
564 fire_and_forget ColorPicker::OnCheckeredBackgroundBorderLoaded(const IInspectable &sender, const wux::RoutedEventArgs &args)
565 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected