public static class TdApi.PaymentFormTheme extends TdApi.Object
Modifier and Type | Field and Description |
---|---|
int |
backgroundColor
A color of the payment form background in the RGB24 format.
|
int |
buttonColor
A color of the buttons in the RGB24 format.
|
int |
buttonTextColor
A color of text on the buttons in the RGB24 format.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
hintColor
A color of hints in the RGB24 format.
|
int |
linkColor
A color of links in the RGB24 format.
|
int |
textColor
A color of text in the RGB24 format.
|
Constructor and Description |
---|
PaymentFormTheme()
Theme colors for a payment form.
|
PaymentFormTheme(int backgroundColor,
int textColor,
int hintColor,
int linkColor,
int buttonColor,
int buttonTextColor)
Theme colors for a payment form.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int backgroundColor
public int textColor
public int hintColor
public int linkColor
public int buttonColor
public int buttonTextColor
public static final int CONSTRUCTOR
public PaymentFormTheme()
public PaymentFormTheme(int backgroundColor, int textColor, int hintColor, int linkColor, int buttonColor, int buttonTextColor)
backgroundColor
- A color of the payment form background in the RGB24 format.textColor
- A color of text in the RGB24 format.hintColor
- A color of hints in the RGB24 format.linkColor
- A color of links in the RGB24 format.buttonColor
- A color of the buttons in the RGB24 format.buttonTextColor
- A color of text on the buttons in the RGB24 format.public int getConstructor()
getConstructor
in class TdApi.Object