Package it.tdlight.jni
Class TdApi.BackgroundFillGradient
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.BackgroundFill
it.tdlight.jni.TdApi.BackgroundFillGradient
- Enclosing class:
- TdApi
public static class TdApi.BackgroundFillGradient extends TdApi.BackgroundFill
Describes a gradient fill of a background.
-
Field Summary
Fields Modifier and Type Field Description int
bottomColor
A bottom color of the background in the RGB24 format.static int
CONSTRUCTOR
int
rotationAngle
Clockwise rotation angle of the gradient, in degrees; 0-359.int
topColor
A top color of the background in the RGB24 format. -
Constructor Summary
Constructors Constructor Description BackgroundFillGradient()
Describes a gradient fill of a background.BackgroundFillGradient(int topColor, int bottomColor, int rotationAngle)
Describes a gradient fill of a background.BackgroundFillGradient(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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. Should be always divisible by 45. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
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. Should be always divisible by 45.
-
BackgroundFillGradient
- 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()
-