Skip to content

Struct ThemeData

ClassList > ThemeData

  • #include <ImguiTheme.h>

Public Attributes

Type Name
std::vector< ImU32 > color_data
std::vector< float > float_data
std::vector< ImFont * > font_data
std::vector< ImVec2 > vec2_data

Public Attributes Documentation

variable color_data

std::vector<ImU32> ThemeData::color_data;

variable float_data

std::vector<float> ThemeData::float_data;

variable font_data

std::vector<ImFont*> ThemeData::font_data;

variable vec2_data

std::vector<ImVec2> ThemeData::vec2_data;


The documentation for this class was generated from the following file src/UI/ImguiTheme.h