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 SummaryFieldsModifier 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 SummaryConstructors
- 
Method Summary
- 
Field Details- 
typeType of the background fill,
- 
colorThe color of the background fill in the RGB24 format
- 
top_colorTop color of the gradient in the RGB24 format
- 
bottom_colorBottom color of the gradient in the RGB24 format
- 
rotation_angleClockwise rotation angle of the background fill in degrees; 0-359
- 
colors
 
- 
- 
Constructor Details- 
BackgroundFillpublic BackgroundFill()
 
-