class Tourmaline::BackgroundFillSolid

Overview

The background is filled using the selected color.

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(type : String, color : Int32 | Int64) #

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

[View source]

Instance Method Detail

def color : Int32 | Int64 #

The color of the background fill in the RGB24 format


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

The color of the background fill in the RGB24 format


[View source]
def type : String #

Type of the background fill, always "solid"


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

Type of the background fill, always "solid"


[View source]