class Tourmaline::UniqueGiftBackdropColors

Overview

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

Included Modules

Defined in:

tourmaline/types/api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(center_color : Int32 | Int64, edge_color : Int32 | Int64, symbol_color : Int32 | Int64, text_color : Int32 | Int64) #

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

[View source]

Instance Method Detail

def center_color : Int32 | Int64 #

The color in the center of the backdrop in RGB format


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

The color in the center of the backdrop in RGB format


[View source]
def edge_color : Int32 | Int64 #

The color on the edges of the backdrop in RGB format


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

The color on the edges of the backdrop in RGB format


[View source]
def symbol_color : Int32 | Int64 #

The color to be applied to the symbol in RGB format


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

The color to be applied to the symbol in RGB format


[View source]
def text_color : Int32 | Int64 #

The color for the text on the backdrop in RGB format


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

The color for the text on the backdrop in RGB format


[View source]