RenderTarget:clear
From GiderosMobile
Available since: Gideros 2013.06
Description
Clears rendered texture with provided color and opacity
= RenderTarget:clear(coloralphaxywidthheight,)
'color: (number) color using which to clear the texture '
'alpha: (number) transparency using which to clear the texture '
x: (number) relative x coordinate optional
y: (number) relative y coordinate optional
width: (number) width of the area to clear starting from x coordinate optional
height: (number) height of the area to clear starting from y coordinate optional