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

Method Colour

MyGUIEngine/src/MyGUI_Colour.cpp:20–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 const Colour Colour::Blue = Colour(0, 0, 1, 1);
19
20 Colour::Colour(float _red, float _green, float _blue, float _alpha) :
21 red(_red),
22 green(_green),
23 blue(_blue),
24 alpha(_alpha)
25 {
26 }
27
28 Colour::Colour(std::string_view _value)
29 {

Callers

nothing calls this directly

Calls 1

parseFunction · 0.50

Tested by

no test coverage detected