Fix misprint.
This commit is contained in:
parent
5ae40fd832
commit
67e0e579f5
@ -5296,7 +5296,7 @@ backgroundFillSolid color:int32 = BackgroundFill;
|
|||||||
//@rotation_angle Clockwise rotation angle of the gradient, in degrees; 0-359. Must always be divisible by 45
|
//@rotation_angle Clockwise rotation angle of the gradient, in degrees; 0-359. Must always be divisible by 45
|
||||||
backgroundFillGradient top_color:int32 bottom_color:int32 rotation_angle:int32 = BackgroundFill;
|
backgroundFillGradient top_color:int32 bottom_color:int32 rotation_angle:int32 = BackgroundFill;
|
||||||
|
|
||||||
//@description Describes a freeform gradient fill of a background @colors A list of 3 or 4 colors of the freeform gradients in the RGB24 format
|
//@description Describes a freeform gradient fill of a background @colors A list of 3 or 4 colors of the freeform gradient in the RGB24 format
|
||||||
backgroundFillFreeformGradient colors:vector<int32> = BackgroundFill;
|
backgroundFillFreeformGradient colors:vector<int32> = BackgroundFill;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user