.. index:: pair: struct; EE::UI::Doc::SyntaxColorScheme::Style .. _doxid-struct_e_e_1_1_u_i_1_1_doc_1_1_syntax_color_scheme_1_1_style: struct EE::UI::Doc::SyntaxColorScheme::Style ============================================ .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct Style { // fields :ref:`Color` :target:`color` { Color::White }; :ref:`Color` :target:`background` { Color::Transparent }; :ref:`Uint32` :target:`style` { 0 }; :ref:`Color` :target:`outlineColor` { Color::Black }; :ref:`Float` :target:`outlineThickness` { 0.f }; // construction :target:`Style`(); :target:`Style`(const :ref:`Color`& color); :target:`Style`(const :ref:`Color`& color, const :ref:`Color`& background, const :ref:`Uint32`& style); };