Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
doRender
Method · 0.45
doRender
Method · 0.45
mouseDrag
Method · 0.45
_setItemChildVisibleAt
Method · 0.45
doRender
Method · 0.45
_updateView
Method · 0.45
_setUVSet
Method · 0.45
doRender
Method · 0.45
linearMoveFunction
Function · 0.45
doRender
Method · 0.45
initialiseOverride
Method · 0.45
setImageTile
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected