@goldenratio/karlib
Preparing search index...
DrawLineOptions
Interface DrawLineOptions
interface
DrawLineOptions
{
alpha
?:
number
;
blend_mode
?:
GlobalCompositeOperation
;
end
:
Point
;
fill_style
:
FillStyle
;
line_cap
?:
CanvasLineCap
;
start
:
Point
;
thickness
?:
number
;
}
Index
Properties
alpha?
blend_
mode?
end
fill_
style
line_
cap?
start
thickness?
Properties
Optional
Readonly
alpha
alpha
?:
number
value between 0 to 1
Optional
Readonly
blend_
mode
blend_mode
?:
GlobalCompositeOperation
Default
'source-over'
Copy
Readonly
end
end
:
Point
Readonly
fill_
style
fill_style
:
FillStyle
Optional
Readonly
line_
cap
line_cap
?:
CanvasLineCap
Default
"butt"
Copy
Readonly
start
start
:
Point
Optional
Readonly
thickness
thickness
?:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alpha
blend_
mode
end
fill_
style
line_
cap
start
thickness
@goldenratio/karlib
Loading...
value between 0 to 1