class
Hamilton::Types::BackgroundTypeFill
- Hamilton::Types::BackgroundTypeFill
- Reference
- Object
Overview
The background is automatically filled based on the selected colors.
Included Modules
- Hamilton::Types::Common
- JSON::Serializable
Defined in:
types/background_type.crConstructors
- .new(pull : JSON::PullParser)
- .new(params)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
- .new(**params)
Instance Method Summary
-
#dark_theme_dimming : Int32
Dimming of the background in dark themes, as a percentage; 0-100.
-
#dark_theme_dimming=(dark_theme_dimming : Int32)
Dimming of the background in dark themes, as a percentage; 0-100.
-
#fill : Hamilton::Types::BackgroundFill
The background fill.
-
#fill=(fill : Hamilton::Types::BackgroundFill)
The background fill.
-
#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, always “fill”.
-
#type=(type : String)
Type of the background, always “fill”.
Instance methods inherited from class Reference
==(other : Hamilton::Any)
==
Instance methods inherited from class Object
===(other : Hamilton::Any)
===
Constructor Detail
Instance Method Detail
def dark_theme_dimming=(dark_theme_dimming : Int32)
#
Dimming of the background in dark themes, as a percentage; 0-100.