class
Hamilton::Types::BackgroundFillSolid
- Hamilton::Types::BackgroundFillSolid
- Reference
- Object
Overview
The background is filled using the selected color.
Included Modules
- Hamilton::Types::Common
- JSON::Serializable
Defined in:
types/background_fill.crConstructors
- .new(pull : JSON::PullParser)
- .new(params)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
- .new(**params)
Instance Method Summary
-
#color : Int32
The color of the background fill in the RGB24 format.
-
#color=(color : Int32)
The color of the background fill in the RGB24 format.
-
#non_nil_fields : Array(String)
List of available non-nil fields.
-
#non_nil_fields=(non_nil_fields : Array(String))
List of available non-nil fields.
-
#type : String
Type of the background fill, always “solid”.
-
#type=(type : String)
Type of the background fill, always “solid”.