java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.BackgroundFill
it.tdlight.jni.TdApi.BackgroundFillGradient
- Enclosing class:
- TdApi
Describes a gradient fill of a background.
-
Field Summary
Modifier and TypeFieldDescriptionint
A bottom color of the background in the RGB24 format.static final int
int
Clockwise rotation angle of the gradient, in degrees; 0-359.int
A top color of the background in the RGB24 format. -
Constructor Summary
ConstructorDescriptionDescribes a gradient fill of a background.BackgroundFillGradient
(int topColor, int bottomColor, int rotationAngle) Describes a gradient fill of a background.BackgroundFillGradient
(DataInput input) Describes a gradient fill of a background. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
topColor
public int topColorA top color of the background in the RGB24 format. -
bottomColor
public int bottomColorA bottom color of the background in the RGB24 format. -
rotationAngle
public int rotationAngleClockwise rotation angle of the gradient, in degrees; 0-359. Must be always divisible by 45. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
BackgroundFillGradient
public BackgroundFillGradient()Describes a gradient fill of a background. -
BackgroundFillGradient
public BackgroundFillGradient(int topColor, int bottomColor, int rotationAngle) Describes a gradient fill of a background.- Parameters:
topColor
- int A top color of the background in the RGB24 format.bottomColor
- int A bottom color of the background in the RGB24 format.rotationAngle
- int Clockwise rotation angle of the gradient, in degrees; 0-359. Must be always divisible by 45.
-
BackgroundFillGradient
Describes a gradient fill of a background.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-