MCPcopy Create free account
hub / github.com/Vector35/debugger / Style

Method Style

cli/log.h:40–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 float m_red {255.f}, m_green {255.f}, m_blue {255.f};
39
40 Style() = default;
41
42 Style(float red, float green, float blue) : m_red(red), m_green(green), m_blue(blue) {}
43

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected