static environment setFaceColor(int r, int g, int b, int a=255)
set the GUI environment's face color.
static environment setWindowGradientColor(int r, int g, int b, int a=255)
set the GUI environment's window gradient color.
static environment setFont(string filePath)
set the environment's font.
the GUI environment
Definition: environment.h:7
static environment setButtonGradientColor(int r, int g, int b, int a=255)
set the GUI environment's button gradient color.
static environment setFontColor(int r, int g, int b, int a=255)
set the environment's font color.