MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / SetColour

Method SetColour

LibLemon/include/lemon/gfx/text.h:73–75  ·  view source on GitHub ↗

//////////////////////// \brief Set colour of TextObject \param colour New colour ////////////////////////

Source from the content-addressed store, hash-verified

71 /// \param colour New colour
72 /////////////////////////////
73 inline void SetColour(rgba_colour_t colour){
74 this->colour = colour;
75 }
76
77 /////////////////////////////
78 /// \brief Get size of the font being rendered

Callers 1

MenuWidgetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected