class

Tourmaline::BackgroundFillSolid

Inherits JSON::Serializable < Reference < Object

The background is filled using the selected color.

Constructors

new(type : String, color : Int32 | Int64)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

color

The color of the background fill in the RGB24 format

Source
color=(color : Int32 | Int64)

The color of the background fill in the RGB24 format

Source
type

Type of the background fill, always "solid"

Source
type=(type : String)

Type of the background fill, always "solid"

Source