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

Method set

MyGUIEngine/src/MyGUI_Colour.cpp:43–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 }
42
43 void Colour::set(float _red, float _green, float _blue, float _alpha)
44 {
45 red = _red;
46 green = _green;
47 blue = _blue;
48 alpha = _alpha;
49 }
50
51 void Colour::clear()
52 {

Callers 15

doRenderMethod · 0.45
doRenderMethod · 0.45
mouseDragMethod · 0.45
doRenderMethod · 0.45
_updateViewMethod · 0.45
_setUVSetMethod · 0.45
doRenderMethod · 0.45
linearMoveFunctionFunction · 0.45
doRenderMethod · 0.45
initialiseOverrideMethod · 0.45
setImageTileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected