class Tourmaline::BackgroundFillSolid
- Tourmaline::BackgroundFillSolid
- Reference
- Object
Overview
The background is filled using the selected color.
Included Modules
- JSON::Serializable
Defined in:
tourmaline/types/api.crConstructors
Instance Method Summary
-
#color : Int32 | Int64
The color of the background fill in the RGB24 format
-
#color=(color : Int32 | Int64)
The color of the background fill in the RGB24 format
-
#type : String
Type of the background fill, always "solid"
-
#type=(type : String)
Type of the background fill, always "solid"