Functions | |
void | activateImGuiStyle (bool darkMode, float alpha) |
Needs to be called after the setup of the dear gui and changes the color theme. WARNING: lightMode is buggy! More... | |
unsigned int | getDigitCountForUInt (unsigned int src) |
Returns the count of digits of the given unsined int. Example: getDigitCountForUInt(21349) = 5 More... | |
void activateImGuiStyle | ( | bool | darkMode = true , |
float | alpha = 0.2F |
||
) |
Needs to be called after the setup of the dear gui and changes the color theme. WARNING: lightMode is buggy!
darkMode | dark/light mode flag |
alpha | The overall alpha level of the theme |
unsigned int getDigitCountForUInt | ( | unsigned int | src | ) |
Returns the count of digits of the given unsined int. Example: getDigitCountForUInt(21349) = 5