class Tourmaline::BackgroundTypeFill
- Tourmaline::BackgroundTypeFill
- Reference
- Object
Overview
The background is automatically filled based on the selected colors.
Included Modules
- JSON::Serializable
Defined in:
tourmaline/types/api.crConstructors
- .new(type : String, fill : Tourmaline::BackgroundFillFreeformGradient | Tourmaline::BackgroundFillGradient | Tourmaline::BackgroundFillSolid, dark_theme_dimming : Int32 | Int64)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#dark_theme_dimming : Int32 | Int64
Dimming of the background in dark themes, as a percentage; 0-100
-
#dark_theme_dimming=(dark_theme_dimming : Int32 | Int64)
Dimming of the background in dark themes, as a percentage; 0-100
-
#fill : Tourmaline::BackgroundFill
The background fill
-
#fill=(fill : Tourmaline::BackgroundFill)
The background fill
-
#type : String
Type of the background, always "fill"
-
#type=(type : String)
Type of the background, always "fill"
Constructor Detail
def self.new(type : String, fill : Tourmaline::BackgroundFillFreeformGradient | Tourmaline::BackgroundFillGradient | Tourmaline::BackgroundFillSolid, dark_theme_dimming : Int32 | Int64)
#
Instance Method Detail
def dark_theme_dimming : Int32 | Int64
#
Dimming of the background in dark themes, as a percentage; 0-100
def dark_theme_dimming=(dark_theme_dimming : Int32 | Int64)
#
Dimming of the background in dark themes, as a percentage; 0-100