#include <glm/glm.hpp>
#include <string>
Go to the source code of this file.
|
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! More...
|
|
unsigned int | getDigitCountForUInt (unsigned int src) |
| Returns the count of digits of the given unsined int. Example: getDigitCountForUInt(21349) = 5 More...
|
|
◆ activateImGuiStyle()
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!
- Parameters
-
darkMode | dark/light mode flag |
alpha | The overall alpha level of the theme |
◆ getDigitCountForUInt()
unsigned int getDigitCountForUInt |
( |
unsigned int |
src | ) |
|
Returns the count of digits of the given unsined int. Example: getDigitCountForUInt(21349) = 5