Class 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
    A bottom color of the background in the RGB format.
    static final int
    Identifier uniquely determining type of the object.
    int
    Clockwise rotation angle of the gradient, in degrees; 0-359.
    int
    A top color of the background in the RGB format.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Describes a gradient fill of a background.
    BackgroundFillGradient(int topColor, int bottomColor, int rotationAngle)
    Describes a gradient fill of a background.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns an identifier uniquely determining type of the object.

    Methods inherited from class org.drinkless.tdlib.TdApi.Object

    toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • topColor

      public int topColor
      A top color of the background in the RGB format.
    • bottomColor

      public int bottomColor
      A bottom color of the background in the RGB format.
    • rotationAngle

      public int rotationAngle
      Clockwise rotation angle of the gradient, in degrees; 0-359. Must always be divisible by 45.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      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 - A top color of the background in the RGB format.
      bottomColor - A bottom color of the background in the RGB format.
      rotationAngle - Clockwise rotation angle of the gradient, in degrees; 0-359. Must always be divisible by 45.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR