class
Tourmaline::GiftBackground
- Tourmaline::GiftBackground
- Reference
- Object
Overview
This object describes the background of a gift.
Included Modules
- JSON::Serializable
Defined in:
tourmaline/types/api.crConstructors
- .new(center_color : Int32 | Int64, edge_color : Int32 | Int64, text_color : Int32 | Int64)
- .new(pull : JSON::PullParser)
Instance Method Summary
-
#center_color : Int32 | Int64
Center color of the background in RGB format
-
#center_color=(center_color : Int32 | Int64)
Center color of the background in RGB format
-
#edge_color : Int32 | Int64
Edge color of the background in RGB format
-
#edge_color=(edge_color : Int32 | Int64)
Edge color of the background in RGB format
-
#text_color : Int32 | Int64
Text color of the background in RGB format
-
#text_color=(text_color : Int32 | Int64)
Text color of the background in RGB format
Constructor Detail
def self.new(center_color : Int32 | Int64, edge_color : Int32 | Int64, text_color : Int32 | Int64)
#