struct

Tea::BackgroundColorMsg

Inherits Tea::Msg < Struct < Value < Object

BackgroundColorMsg sets the background color

Constructors

new(color : Colorful::Color)
Source

Instance methods

color
Source
is_dark

Go parity helper for BackgroundColorMsg.IsDark(). ameba:disable Naming/PredicateName

Source
is_dark?

Returns whether the color is dark ameba:disable Naming/PredicateName

Source
string

Go parity helper for BackgroundColorMsg.String().

Source
to_s

Returns hex representation of the color

Source