class

Tourmaline::GiftBackground

Inherits JSON::Serializable < Reference < Object

This object describes the background of a gift.

Constructors

new(center_color : Int32 | Int64, edge_color : Int32 | Int64, text_color : Int32 | Int64)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

center_color

Center color of the background in RGB format

Source
center_color=(center_color : Int32 | Int64)

Center color of the background in RGB format

Source
edge_color

Edge color of the background in RGB format

Source
edge_color=(edge_color : Int32 | Int64)

Edge color of the background in RGB format

Source
text_color

Text color of the background in RGB format

Source
text_color=(text_color : Int32 | Int64)

Text color of the background in RGB format

Source