MCPcopy Create free account
hub / github.com/Rezonality/zep / GetUniqueColor

Method GetUniqueColor

src/theme.cpp:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127ThemeColor ZepTheme::GetUniqueColor(uint32_t index) const
128{
129 return ThemeColor((uint32_t)ThemeColor::UniqueColor0 + (uint32_t)(index % (uint32_t)ThemeColor::UniqueColorLast));
130}
131
132const NVec4f& ZepTheme::GetColor(ThemeColor themeColor) const
133{

Callers 1

HandleExCommandMethod · 0.80

Calls 1

ThemeColorEnum · 0.50

Tested by

no test coverage detected