< Previous | Contents | Next >

Clear and Fill Image

Clearing and Filling images with a set color can be done with Clear and Fill functions.


--***********Clear and Fill with color*********** out:Clear() -- Clears image set all channels to zero

out:Fill(Pixel({R = 1.0, G = 0.8, B = 0.25, A = 1.0})) -- Fill image with

color