Difference between revisions of "Path2D:setLineColor"
From GiderosMobile
(removed language stuff) |
m (Text replacement - "<source" to "<syntaxhighlight") |
||
Line 5: | Line 5: | ||
=== Description === | === Description === | ||
Sets line color. | Sets line color. | ||
− | < | + | <syntaxhighlight lang="lua"> |
Path2D:setLineColor(color,alpha) | Path2D:setLineColor(color,alpha) | ||
</source> | </source> |
Revision as of 14:30, 13 July 2023
Available since: Gideros 2016.04
Class: Path2D
Description
Sets line color. <syntaxhighlight lang="lua"> Path2D:setLineColor(color,alpha) </source>
Parameters
color: (hex) color to use
alpha: (number) opacity of line from 0 to 1, default 1 optional