Class: TD::Types::PaymentFormTheme
- Defined in:
- lib/tdlib/types/payment_form_theme.rb
Overview
Theme colors for a payment form.
Instance Attribute Summary collapse
-
#background_color ⇒ Integer
A color of the payment form background in the RGB24 format.
-
#button_color ⇒ Integer
A color of thebuttons in the RGB24 format.
-
#button_text_color ⇒ Integer
A color of text on the buttons in the RGB24 format.
-
#hint_color ⇒ Integer
A color of hints in the RGB24 format.
-
#link_color ⇒ Integer
A color of links in the RGB24 format.
-
#text_color ⇒ Integer
A color of text in the RGB24 format.
Method Summary
Methods inherited from Base
Instance Attribute Details
#background_color ⇒ Integer
A color of the payment form background in the RGB24 format.
10 11 12 |
# File 'lib/tdlib/types/payment_form_theme.rb', line 10 def background_color @background_color end |
#button_color ⇒ Integer
A color of thebuttons in the RGB24 format.
10 11 12 |
# File 'lib/tdlib/types/payment_form_theme.rb', line 10 def @button_color end |
#button_text_color ⇒ Integer
A color of text on the buttons in the RGB24 format.
10 11 12 |
# File 'lib/tdlib/types/payment_form_theme.rb', line 10 def @button_text_color end |
#hint_color ⇒ Integer
A color of hints in the RGB24 format.
10 11 12 |
# File 'lib/tdlib/types/payment_form_theme.rb', line 10 def hint_color @hint_color end |
#link_color ⇒ Integer
A color of links in the RGB24 format.
10 11 12 |
# File 'lib/tdlib/types/payment_form_theme.rb', line 10 def link_color @link_color end |
#text_color ⇒ Integer
A color of text in the RGB24 format.
10 11 12 |
# File 'lib/tdlib/types/payment_form_theme.rb', line 10 def text_color @text_color end |