Uses of Class
it.tdlight.jni.TdApi.BackgroundFill
-
Uses of TdApi.BackgroundFill in it.tdlight.jni
Modifier and TypeClassDescriptionstatic final class
Describes a freeform gradient fill of a background.static final class
Describes a gradient fill of a background.static final class
Describes a solid fill of a background.Modifier and TypeFieldDescriptionTdApi.BackgroundTypeFill.fill
The background fill.TdApi.BackgroundTypePattern.fill
Fill of the background.TdApi.ThemeSettings.outgoingMessageFill
The fill to be used as a background for outgoing messages.ModifierConstructorDescriptionA 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 outgoingMessageFill, boolean animateOutgoingMessageFill, int outgoingMessageAccentColor) Describes theme settings.