Class BackgroundFill
java.lang.Object
io.github.natanimn.telebof.types.BackgroundFill
This object describes the way a background is filled based on the selected colors
- Since:
- 3 March 2025
-
Field Summary
FieldsModifier and TypeFieldDescriptionBottom color of the gradient in the RGB24 formatThe color of the background fill in the RGB24 formatA list of the 3 or 4 base colors that are used to generate the freeform gradient in the RGB24 formatClockwise rotation angle of the background fill in degrees; 0-359Top color of the gradient in the RGB24 formatType of the background fill, -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
Type of the background fill, -
color
The color of the background fill in the RGB24 format -
top_color
Top color of the gradient in the RGB24 format -
bottom_color
Bottom color of the gradient in the RGB24 format -
rotation_angle
Clockwise rotation angle of the background fill in degrees; 0-359 -
colors
-
-
Constructor Details
-
BackgroundFill
public BackgroundFill()
-