Package io.github.natanimn.telebof.types
Class BackgroundType
java.lang.Object
io.github.natanimn.telebof.types.BackgroundType
This object describes the type of background.
- Since:
- 3 March 2025
- Author:
- Natanim
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate IntegerDimming of the background in dark themes, as a percentage; 0-100private DocumentDocument with the patternprivate BackgroundFillThe background fill that is combined with the patternprivate IntegerIntensity of the pattern when it is shown above the filled background; 0-100private BooleanTrue, if the wallpaper is downscaled to fit in a 450x450 square and then box-blurred with radius 12private BooleanTrue, if the background fill must be applied only to the pattern itself.private BooleanTrue, if the background moves slightly when the device is tiltedprivate StringName of the chat theme, which is usually an emoji(package private) BackgroundTypeTypeType of the background -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
BackgroundTypeType typeType of the background -
themeName
Name of the chat theme, which is usually an emoji -
fill
The background fill that is combined with the pattern -
darkThemeDimming
Dimming of the background in dark themes, as a percentage; 0-100 -
intensity
Intensity of the pattern when it is shown above the filled background; 0-100 -
document
Document with the pattern -
isBlurred
True, if the wallpaper is downscaled to fit in a 450x450 square and then box-blurred with radius 12 -
isMoving
True, if the background moves slightly when the device is tilted -
isInverted
True, if the background fill must be applied only to the pattern itself. All other pixels are black in this case. For dark themes only
-
-
Constructor Details
-
BackgroundType
public BackgroundType()
-
-
Method Details
-
getType
-
getThemeName
-
getFill
-
getDarkThemeDimming
-
getIntensity
-
getDocument
-
getIsBlurred
-
getIsMoving
-
getIsInverted
-