public static class TdApi.BackgroundFillSolid extends TdApi.BackgroundFill
TdApi.BackgroundFill.Constructors
Modifier and Type | Field and Description |
---|---|
int |
color
A color of the background in the RGB24 format.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
Constructor and Description |
---|
BackgroundFillSolid()
Describes a solid fill of a background.
|
BackgroundFillSolid(int color)
Describes a solid fill of a background.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int color
public static final int CONSTRUCTOR
public BackgroundFillSolid()
public BackgroundFillSolid(int color)
color
- A color of the background in the RGB24 format.public int getConstructor()
getConstructor
in class TdApi.BackgroundFill