Inherits Object.
Theme colors for a payment form.
Public Fields | |
int32 | background_color_ |
A color of the payment form background in the RGB24 format. | |
int32 | text_color_ |
A color of text in the RGB24 format. | |
int32 | hint_color_ |
A color of hints in the RGB24 format. | |
int32 | link_color_ |
A color of links in the RGB24 format. | |
int32 | button_color_ |
A color of the buttons in the RGB24 format. | |
int32 | button_text_color_ |
A color of text on the buttons in the RGB24 format. | |
Public Instance Methods | |
paymentFormTheme () | |
paymentFormTheme (int32 background_color_, int32 text_color_, int32 hint_color_, int32 link_color_, int32 button_color_, int32 button_text_color_) | |
std::int32_t | get_id () const final |
void | store (TlStorerToString &s, const char *field_name) const final |
Public Instance Methods inherited from TlObject | |
virtual void | store (TlStorerUnsafe &s) const |
virtual void | store (TlStorerCalcLength &s) const |
TlObject ()=default | |
TlObject (const TlObject &)=delete | |
TlObject & | operator= (const TlObject &)=delete |
TlObject (TlObject &&)=default | |
TlObject & | operator= (TlObject &&)=default |
virtual | ~TlObject ()=default |
Static Public Attributes | |
static const std::int32_t | ID = -1760030833 |
Identifier uniquely determining a type of the object. | |
paymentFormTheme | ( | ) |
Theme colors for a payment form.
paymentFormTheme | ( | int32 | background_color_, |
int32 | text_color_, | ||
int32 | hint_color_, | ||
int32 | link_color_, | ||
int32 | button_color_, | ||
int32 | button_text_color_ | ||
) |
Theme colors for a payment form.
[in] | background_color_ | A color of the payment form background in the RGB24 format. |
[in] | text_color_ | A color of text in the RGB24 format. |
[in] | hint_color_ | A color of hints in the RGB24 format. |
[in] | link_color_ | A color of links in the RGB24 format. |
[in] | button_color_ | A color of the buttons in the RGB24 format. |
[in] | button_text_color_ | A color of text on the buttons in the RGB24 format. |
|
inlinefinalvirtual |
|
finalvirtual |