Shape:setLineStyle

From GiderosMobile
Revision as of 10:04, 23 August 2018 by Hgy29 (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2011.6<br/> === Description === <br /> Sets the line style that `Shape` object uses for subsequent drawings. The line style remains in...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2011.6

Description


Sets the line style that `Shape` object uses for subsequent drawings. The line style remains in effect until you call `setLineStyle()` function with different
parameters.

= Shape:setLineStyle(widthcoloralpha,)

'width: (number) The width of the line. If this parameter is 0, line is not drawn. '
'color: (number, default = 0x000000) A hexadecimal color value of the line. For example, red is 0xFF0000, blue is 0x0000FF, and so on. '
'alpha: (number, default = 1) The alpha value of the color of the line. '