1Image.setPixel(3kaya)        Kaya module reference       Image.setPixel(3kaya)
2
3
4

NAME

6       Image::setPixel - Set a pixel's colour.
7

SYNOPSIS

9       Void setPixel( Image img, Int x, Int y, Colour col )
10

ARGUMENTS

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

DESCRIPTION

21       Sets the colour of the specified pixel.
22

AUTHORS

24       Kaya   standard  library  by  Edwin  Brady,  Chris  Morris  and  others
25       (kaya@kayalang.org). For further information see http://kayalang.org/
26

LICENSE

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)
Impressum