Package org.drinkless.tdlib
Class TdApi.ThemeParameters
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.ThemeParameters
- Enclosing class:
- TdApi
Contains parameters of the application theme.
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
An accent color of the text in the RGB format.int
A color of the background in the RGB format.int
A color of the bottom bar background in the RGB format.int
A color of the buttons in the RGB format.int
A color of text on the buttons in the RGB format.static final int
Identifier uniquely determining type of the object.int
A color of the text for destructive actions in the RGB format.int
A color of the header background in the RGB format.int
A color of hints in the RGB format.int
A color of links in the RGB format.int
A secondary color for the background in the RGB format.int
A color of the section background in the RGB format.int
A color of text on the section headers in the RGB format.int
A color of the section separator in the RGB format.int
A color of the subtitle text in the RGB format.int
A color of text in the RGB format. -
Constructor Summary
ConstructorsConstructorDescriptionContains parameters of the application theme.ThemeParameters
(int backgroundColor, int secondaryBackgroundColor, int headerBackgroundColor, int bottomBarBackgroundColor, int sectionBackgroundColor, int sectionSeparatorColor, int textColor, int accentTextColor, int sectionHeaderTextColor, int subtitleTextColor, int destructiveTextColor, int hintColor, int linkColor, int buttonColor, int buttonTextColor) Contains parameters of the application theme. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
backgroundColor
public int backgroundColorA color of the background in the RGB format. -
secondaryBackgroundColor
public int secondaryBackgroundColorA secondary color for the background in the RGB format. -
headerBackgroundColor
public int headerBackgroundColorA color of the header background in the RGB format. -
bottomBarBackgroundColor
public int bottomBarBackgroundColorA color of the bottom bar background in the RGB format. -
sectionBackgroundColor
public int sectionBackgroundColorA color of the section background in the RGB format. -
sectionSeparatorColor
public int sectionSeparatorColorA color of the section separator in the RGB format. -
textColor
public int textColorA color of text in the RGB format. -
accentTextColor
public int accentTextColorAn accent color of the text in the RGB format. -
sectionHeaderTextColor
public int sectionHeaderTextColorA color of text on the section headers in the RGB format. -
subtitleTextColor
public int subtitleTextColorA color of the subtitle text in the RGB format. -
destructiveTextColor
public int destructiveTextColorA color of the text for destructive actions in the RGB format. -
hintColor
public int hintColorA color of hints in the RGB format. -
linkColor
public int linkColorA color of links in the RGB format. -
buttonColor
public int buttonColorA color of the buttons in the RGB format. -
buttonTextColor
public int buttonTextColorA color of text on the buttons in the RGB format. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
ThemeParameters
public ThemeParameters()Contains parameters of the application theme. -
ThemeParameters
public ThemeParameters(int backgroundColor, int secondaryBackgroundColor, int headerBackgroundColor, int bottomBarBackgroundColor, int sectionBackgroundColor, int sectionSeparatorColor, int textColor, int accentTextColor, int sectionHeaderTextColor, int subtitleTextColor, int destructiveTextColor, int hintColor, int linkColor, int buttonColor, int buttonTextColor) Contains parameters of the application theme.- Parameters:
backgroundColor
- A color of the background in the RGB format.secondaryBackgroundColor
- A secondary color for the background in the RGB format.headerBackgroundColor
- A color of the header background in the RGB format.bottomBarBackgroundColor
- A color of the bottom bar background in the RGB format.sectionBackgroundColor
- A color of the section background in the RGB format.sectionSeparatorColor
- A color of the section separator in the RGB format.textColor
- A color of text in the RGB format.accentTextColor
- An accent color of the text in the RGB format.sectionHeaderTextColor
- A color of text on the section headers in the RGB format.subtitleTextColor
- A color of the subtitle text in the RGB format.destructiveTextColor
- A color of the text for destructive actions in the RGB format.hintColor
- A color of hints in the RGB format.linkColor
- A color of links in the RGB format.buttonColor
- A color of the buttons in the RGB format.buttonTextColor
- A color of text on the buttons in the RGB format.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-