4 lines
58 B
Text
4 lines
58 B
Text
|
|
i = new image[320,240]
|
||
|
|
i.setPixel[100,100,1,0,0]
|
||
|
|
i.show[]
|