public static class TdApi.BackgroundFillFreeformGradient extends TdApi.BackgroundFill
TdApi.BackgroundFill.Constructors
Modifier and Type | Field and Description |
---|---|
int[] |
colors
A list of 3 or 4 colors of the freeform gradients in the RGB24 format.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
Constructor and Description |
---|
BackgroundFillFreeformGradient()
Describes a freeform gradient fill of a background.
|
BackgroundFillFreeformGradient(int[] colors)
Describes a freeform gradient fill of a background.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public int[] colors
public static final int CONSTRUCTOR
public BackgroundFillFreeformGradient()
public BackgroundFillFreeformGradient(int[] colors)
colors
- A list of 3 or 4 colors of the freeform gradients in the RGB24 format.public int getConstructor()
getConstructor
in class TdApi.BackgroundFill