Inherits BackgroundFill.
Describes a solid fill of a background.
Public Fields | |
int32 | color_ |
A color of the background in the RGB format. | |
Public Instance Methods | |
backgroundFillSolid () | |
backgroundFillSolid (int32 color_) | |
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 = 1010678813 |
Identifier uniquely determining a type of the object. | |
Describes a solid fill of a background.
|
explicit |
Describes a solid fill of a background.
[in] | color_ | A color of the background in the RGB format. |
|
finalvirtual |