1Image.setPixel(3kaya) Kaya module reference Image.setPixel(3kaya)
2
3
4
6 Image::setPixel - Set a pixel's colour.
7
9 Void setPixel( Image img, Int x, Int y, Colour col )
10
12 img The image
13
14 x The X coordinate of the pixel
15
16 y The Y coordinate of the pixel
17
18 col The colour to paint the pixel
19
21 Sets the colour of the specified pixel.
22
24 Kaya standard library by Edwin Brady, Chris Morris and others
25 (kaya@kayalang.org). For further information see http://kayalang.org/
26
28 The Kaya standard library is free software; you can redistribute it
29 and/or modify it under the terms of the GNU Lesser General Public
30 License (version 2.1 or any later version) as published by the Free
31 Software Foundation.
32
33
34
35Kaya December 2010 Image.setPixel(3kaya)