SimpleButtonTheme struct reference


Contains basic information about the SimpleButton widget theme.

Variables documentation

Base[0] = normalColor;

Default constructor.


RectTheme Base[3];

Button tint & border color. [0 - Normal, 1 - Hover, 2 - Active]


Dimension<int> BorderSize;

Border size in both direction (X and Y).


TextTheme TextTh;

Button text theme.


std::array<float, 4> Radiuses;

Radiuses of the corners of the Button.