class Tourmaline::BackgroundTypeFill

Overview

The background is automatically filled based on the selected colors.

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : String, fill : Tourmaline::BackgroundFillFreeformGradient | Tourmaline::BackgroundFillGradient | Tourmaline::BackgroundFillSolid, dark_theme_dimming : Int32 | Int64) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def dark_theme_dimming : Int32 | Int64 #

Dimming of the background in dark themes, as a percentage; 0-100


[View source]
def dark_theme_dimming=(dark_theme_dimming : Int32 | Int64) #

Dimming of the background in dark themes, as a percentage; 0-100


[View source]

The background fill


[View source]
def fill=(fill : Tourmaline::BackgroundFill) #

The background fill


[View source]
def type : String #

Type of the background, always "fill"


[View source]
def type=(type : String) #

Type of the background, always "fill"


[View source]