class

Tourmaline::UniqueGiftBackdropColors

Inherits JSON::Serializable < Reference < Object

This object describes the colors of the backdrop of a unique gift.

Constructors

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

Instance methods

center_color

The color in the center of the backdrop in RGB format

Source
center_color=(center_color : Int32 | Int64)

The color in the center of the backdrop in RGB format

Source
edge_color

The color on the edges of the backdrop in RGB format

Source
edge_color=(edge_color : Int32 | Int64)

The color on the edges of the backdrop in RGB format

Source
symbol_color

The color to be applied to the symbol in RGB format

Source
symbol_color=(symbol_color : Int32 | Int64)

The color to be applied to the symbol in RGB format

Source
text_color

The color for the text on the backdrop in RGB format

Source
text_color=(text_color : Int32 | Int64)

The color for the text on the backdrop in RGB format

Source