MCPcopy Create free account
hub / github.com/MyGUI/mygui / setAlphaSupport

Method setAlphaSupport

Tools/EditorFramework/ColourPanel.cpp:402–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400 }
401
402 void ColourPanel::setAlphaSupport(bool _value)
403 {
404 mAlphaSupport = _value;
405 updateAlphaSupport();
406
407 setColour(getColour());
408 }
409
410 bool ColourPanel::getAlphaSupport() const
411 {

Callers 2

showColourDialogMethod · 0.80
OnInitialiseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected