#include <LumaSystem.hpp>

Public Member Functions

 LumaStyle ()
 

Public Attributes

iv::float4 surface
 Surface of elements. Base neutral background color. More...
 
iv::float4 highlight
 Surface of activatable or highlighted elements. Or text on surface that should be highlighted. More...
 
iv::float4 error
 Sufrace color in case of an error. Or text on surface in case of an error. More...
 
iv::float4 on_surface
 Text and symbols on a normal sufrace. More...
 
iv::float4 on_highlight
 Text and symbols on sufraces with highlight color. More...
 
iv::float4 on_error
 Text and symbols on sufraces with error color. More...
 
ResourcePath font_normal
 
ResourcePath font_monospace
 

Detailed Description

Definition at line 33 of file LumaSystem.hpp.

Constructor & Destructor Documentation

◆ LumaStyle()

iv::LumaStyle::LumaStyle ( )

Definition at line 11 of file LumaSystem.cpp.

Member Data Documentation

◆ surface

iv::float4 iv::LumaStyle::surface

Surface of elements. Base neutral background color.

Definition at line 38 of file LumaSystem.hpp.

◆ highlight

iv::float4 iv::LumaStyle::highlight

Surface of activatable or highlighted elements. Or text on surface that should be highlighted.

Definition at line 39 of file LumaSystem.hpp.

◆ error

iv::float4 iv::LumaStyle::error

Sufrace color in case of an error. Or text on surface in case of an error.

Definition at line 40 of file LumaSystem.hpp.

◆ on_surface

iv::float4 iv::LumaStyle::on_surface

Text and symbols on a normal sufrace.

Definition at line 42 of file LumaSystem.hpp.

◆ on_highlight

iv::float4 iv::LumaStyle::on_highlight

Text and symbols on sufraces with highlight color.

Definition at line 43 of file LumaSystem.hpp.

◆ on_error

iv::float4 iv::LumaStyle::on_error

Text and symbols on sufraces with error color.

Definition at line 44 of file LumaSystem.hpp.

◆ font_normal

ResourcePath iv::LumaStyle::font_normal

Definition at line 46 of file LumaSystem.hpp.

◆ font_monospace

ResourcePath iv::LumaStyle::font_monospace

Definition at line 47 of file LumaSystem.hpp.


The documentation for this struct was generated from the following files: