Mesh:setColor
From GiderosMobile
Available since: Gideros 2012.09
Description
Sets a color at color array. Indices are start from 1. If the color array is not large enough, it's expanded automatically.
Mesh:setColor(i,color,alpha)
'i: (number) index '
'color: (number) color in hexedecial value '
'alpha: (number, default=1.0) alpha value '