CRM64Pro GDK v0.18.0
A free cross-platform game development kit built on top of SDL 3.0
Loading...
Searching...
No Matches
CRM64Pro::GUIThemeSkin

Theme skin definition for one widget type and one widget state. More...

Detailed Description

Theme skin definition for one widget type and one widget state.

Public Attributes

Uint8 iBgColorB
 Background color.
Uint8 iBorderColorA
 Border color and alpha.
Uint8 iSelectionColorA
 Selection highlight color used by TextEdit, NumberEdit, List and ComboBox.
Sint32 iBorderWidth
 Border width in pixels.
Sint32 iBorderCorner
 Border corner radius in pixels.
string sFontName
 Theme font name. Built-in fonts should use the full @c64/font/... name to avoid collisions with user-loaded fonts.
Sint32 idFont
 Optional direct runtime font id. If sFontName is not empty, name resolution takes precedence.