Skip to content

class Tourmaline::BackgroundTypeFill
inherits Reference #

The background is automatically filled based on the selected colors.

Included modules

JSON::Serializable

Constructors#

.new(type, fill, dark_theme_dimming) #

View source

.new(pull : JSON::PullParser) #

View source

Methods#

#dark_theme_dimming : Int32 | Int64 #

Dimming of the background in dark themes, as a percentage; 0-100

View source

#dark_theme_dimming=(dark_theme_dimming : Int32 | Int64) #

Dimming of the background in dark themes, as a percentage; 0-100

View source

#fill : Tourmaline::BackgroundFill #

The background fill

View source

#fill=(fill : Tourmaline::BackgroundFill) #

The background fill

View source

#type : String #

Type of the background, always "fill"

View source

#type=(type : String) #

Type of the background, always "fill"

View source