class
Tourmaline::UniqueGiftBackdropColors
- Tourmaline::UniqueGiftBackdropColors
- Reference
- Object
Overview
This object describes the colors of the backdrop of a unique gift.
Included Modules
- JSON::Serializable
Defined in:
tourmaline/types/api.crConstructors
- .new(center_color : Int32 | Int64, edge_color : Int32 | Int64, symbol_color : Int32 | Int64, text_color : Int32 | Int64)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#center_color : Int32 | Int64
The color in the center of the backdrop in RGB format
-
#center_color=(center_color : Int32 | Int64)
The color in the center of the backdrop in RGB format
-
#edge_color : Int32 | Int64
The color on the edges of the backdrop in RGB format
-
#edge_color=(edge_color : Int32 | Int64)
The color on the edges of the backdrop in RGB format
-
#symbol_color : Int32 | Int64
The color to be applied to the symbol in RGB format
-
#symbol_color=(symbol_color : Int32 | Int64)
The color to be applied to the symbol in RGB format
-
#text_color : Int32 | Int64
The color for the text on the backdrop in RGB format
-
#text_color=(text_color : Int32 | Int64)
The color for the text on the backdrop in RGB format
Constructor Detail
def self.new(center_color : Int32 | Int64, edge_color : Int32 | Int64, symbol_color : Int32 | Int64, text_color : Int32 | Int64)
#
Instance Method Detail
def center_color=(center_color : Int32 | Int64)
#
The color in the center of the backdrop in RGB format
def symbol_color=(symbol_color : Int32 | Int64)
#
The color to be applied to the symbol in RGB format