Class: TD::Types::ThemeParameters
- Defined in:
- lib/tdlib/types/theme_parameters.rb
Overview
Contains parameters of the application theme.
Instance Attribute Summary collapse
-
#accent_text_color ⇒ Integer
An accent color of the text in the RGB24 format.
-
#background_color ⇒ Integer
A color of the background in the RGB24 format.
-
#button_color ⇒ Integer
A color of the buttons in the RGB24 format.
-
#button_text_color ⇒ Integer
A color of text on the buttons in the RGB24 format.
-
#destructive_text_color ⇒ Integer
A color of the text for destructive actions in the RGB24 format.
-
#header_background_color ⇒ Integer
A color of the header background 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.
-
#secondary_background_color ⇒ Integer
A secondary color for the background in the RGB24 format.
-
#section_background_color ⇒ Integer
A color of the section background in the RGB24 format.
-
#section_header_text_color ⇒ Integer
A color of text on the section headers in the RGB24 format.
-
#section_separator_color ⇒ Integer
A color of the section separator in the RGB24 format.
-
#subtitle_text_color ⇒ Integer
A color of the subtitle text in the RGB24 format.
-
#text_color ⇒ Integer
A color of text in the RGB24 format.
Method Summary
Methods inherited from Base
Instance Attribute Details
#accent_text_color ⇒ Integer
An accent color of the text in the RGB24 format.
18 19 20 |
# File 'lib/tdlib/types/theme_parameters.rb', line 18 def accent_text_color @accent_text_color end |
#background_color ⇒ Integer
A color of the background in the RGB24 format.
18 19 20 |
# File 'lib/tdlib/types/theme_parameters.rb', line 18 def background_color @background_color end |
#button_color ⇒ Integer
A color of the buttons in the RGB24 format.
18 19 20 |
# File 'lib/tdlib/types/theme_parameters.rb', line 18 def @button_color end |
#button_text_color ⇒ Integer
A color of text on the buttons in the RGB24 format.
18 19 20 |
# File 'lib/tdlib/types/theme_parameters.rb', line 18 def @button_text_color end |
#destructive_text_color ⇒ Integer
A color of the text for destructive actions in the RGB24 format.
18 19 20 |
# File 'lib/tdlib/types/theme_parameters.rb', line 18 def destructive_text_color @destructive_text_color end |
#header_background_color ⇒ Integer
A color of the header background in the RGB24 format.
18 19 20 |
# File 'lib/tdlib/types/theme_parameters.rb', line 18 def header_background_color @header_background_color end |
#hint_color ⇒ Integer
A color of hints in the RGB24 format.
18 19 20 |
# File 'lib/tdlib/types/theme_parameters.rb', line 18 def hint_color @hint_color end |
#link_color ⇒ Integer
A color of links in the RGB24 format.
18 19 20 |
# File 'lib/tdlib/types/theme_parameters.rb', line 18 def link_color @link_color end |
#secondary_background_color ⇒ Integer
A secondary color for the background in the RGB24 format.
18 19 20 |
# File 'lib/tdlib/types/theme_parameters.rb', line 18 def secondary_background_color @secondary_background_color end |
#section_background_color ⇒ Integer
A color of the section background in the RGB24 format.
18 19 20 |
# File 'lib/tdlib/types/theme_parameters.rb', line 18 def section_background_color @section_background_color end |
#section_header_text_color ⇒ Integer
A color of text on the section headers in the RGB24 format.
18 19 20 |
# File 'lib/tdlib/types/theme_parameters.rb', line 18 def section_header_text_color @section_header_text_color end |
#section_separator_color ⇒ Integer
A color of the section separator in the RGB24 format.
18 19 20 |
# File 'lib/tdlib/types/theme_parameters.rb', line 18 def section_separator_color @section_separator_color end |
#subtitle_text_color ⇒ Integer
A color of the subtitle text in the RGB24 format.
18 19 20 |
# File 'lib/tdlib/types/theme_parameters.rb', line 18 def subtitle_text_color @subtitle_text_color end |
#text_color ⇒ Integer
A color of text in the RGB24 format.
18 19 20 |
# File 'lib/tdlib/types/theme_parameters.rb', line 18 def text_color @text_color end |