struct

CryTUI::Style

Inherits Struct < Value < Object

Constructors

new(foreground : CryTUI::Color | Nil = nil, background : CryTUI::Color | Nil = nil, modifiers : CryTUI::Modifier = Modifier::None)
Source

Instance methods

background
Source
background=(background : Color | Nil)
Source
foreground
Source
foreground=(foreground : Color | Nil)
Source
modifiers
Source
modifiers=(modifiers : Modifier)
Source
patch(other : Style) : Style
Source