Uses of Class
it.tdlight.jni.TdApi.BackgroundFill
-
Uses of TdApi.BackgroundFill in it.tdlight.jni
Subclasses of TdApi.BackgroundFill in it.tdlight.jni Modifier and Type Class Description static class
TdApi.BackgroundFillFreeformGradient
Describes a freeform gradient fill of a background.static class
TdApi.BackgroundFillGradient
Describes a gradient fill of a background.static class
TdApi.BackgroundFillSolid
Describes a solid fill of a background.Fields in it.tdlight.jni declared as TdApi.BackgroundFill Modifier and Type Field Description TdApi.BackgroundFill
TdApi.BackgroundTypeFill. fill
Description of the background fill.TdApi.BackgroundFill
TdApi.BackgroundTypePattern. fill
Description of the background fill.TdApi.BackgroundFill
TdApi.ThemeSettings. messageFill
The fill to be used as a background for outgoing messages.Constructors in it.tdlight.jni with parameters of type TdApi.BackgroundFill Constructor Description BackgroundTypeFill(TdApi.BackgroundFill fill)
A filled background.BackgroundTypePattern(TdApi.BackgroundFill fill, int intensity, boolean isInverted, boolean isMoving)
A PNG or TGV (gzipped subset of SVG with MIME type "application/x-tgwallpattern") pattern to be combined with the background fill chosen by the user.ThemeSettings(int accentColor, TdApi.Background background, TdApi.BackgroundFill messageFill, boolean animateMessageFill)
Describes theme settings.