File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1+ # Solid Paint With Color API entry incorrect
Original file line number Diff line number Diff line change @@ -1107,6 +1107,8 @@ end syntax
11071107
11081108// Constructors
11091109
1110+ public foreign handler MCCanvasSolidPaintMakeWithColor(in pColor as Color, out rSolid as SolidPaint) returns nothing binds to "<builtin>"
1111+
11101112/*
11111113Summary: Creates a new solid color paint.
11121114
@@ -1122,8 +1124,6 @@ Example:
11221124Tags: Canvas
11231125*/
11241126
1125- public foreign handler MCCanvasSolidPaintMakeWithColor(in pColor as Color, out rSolid as SolidPaint) returns nothing binds to "<builtin>"
1126-
11271127syntax SolidPaintMake is prefix operator with precedence 4
11281128 "solid" "paint" "with" <mColor: Expression>
11291129begin
You can’t perform that action at this time.
0 commit comments