X Media:drawLine

From GiderosMobile
Revision as of 03:14, 11 February 2020 by MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''<translate>Available since</translate>:''' Gideros 2016.1<br/> '''<translate>Class</translate>:''' Media<br/> === Description === D...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Available since: Gideros 2016.1
Class: Media

Description

Draws a line from x0,y0 to x1,y1 with provided settings.

Media:drawLine(x0, y0, x1, y1, hexColor, alpha, blendAlpha)

Parameters

x0: (number) starting x coordinate of the line
y0: (number) starting y coordinate of the line
x1: (number) ending x coordinate of the line
y1: (number) ending y coordinate of the line
hexColor: (hexadecimal) color in hexadecimal
alpha: (number) alpha value
blendAlpha: (number) blending alpha value