Skip to content

class Tourmaline::BackgroundFillSolid
inherits Reference #

The background is filled using the selected color.

Included modules

JSON::Serializable

Constructors#

.new(type, color) #

View source

.new(pull : JSON::PullParser) #

View source

Methods#

#color : Int32 | Int64 #

The color of the background fill in the RGB24 format

View source

#color=(color : Int32 | Int64) #

The color of the background fill in the RGB24 format

View source

#type : String #

Type of the background fill, always "solid"

View source

#type=(type : String) #

Type of the background fill, always "solid"

View source