Improve documentation.

GitOrigin-RevId: 6797e4fe6ee2f819e5995d1b3ac0fef0e10f55e0
This commit is contained in:
levlam 2019-12-30 13:26:53 +03:00
parent 4f66f3bc43
commit 99b0e18f8f

View File

@ -2110,13 +2110,13 @@ backgroundFillGradient top_color:int32 bottom_color:int32 rotation_angle:int32 =
//@description A wallpaper in JPEG format
//@is_blurred True, if the wallpaper must be downscaled to fit in 450x450 square and then box-blurred with radius 12
//@is_moving True, if the background needs to be slightly moved when device is rotated
//@is_moving True, if the background needs to be slightly moved when device is tilted
backgroundTypeWallpaper is_blurred:Bool is_moving:Bool = BackgroundType;
//@description A PNG or TGV (deflated subset of SVG) pattern to be combined with the background fill chosen by the user
//@fill Description of the background fill
//@intensity Intensity of the pattern when it is shown above the filled background, 0-100
//@is_moving True, if the background needs to be slightly moved when device is rotated
//@is_moving True, if the background needs to be slightly moved when device is tilted
backgroundTypePattern fill:BackgroundFill intensity:int32 is_moving:Bool = BackgroundType;
//@description A filled background @fill Description of the background fill