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

NAME

6       Image::create - Create a new image
7

SYNOPSIS

9       Image create( Int x, Int y, Bool truecolour=false )
10

ARGUMENTS

12       x Image width in pixels
13
14       y Image height in pixels
15
16       truecolour Is the image true colour (optional, defaulting to false)
17

DESCRIPTION

19       Create a new image with the specified dimensions and colour.
20

AUTHORS

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

LICENSE

26       The Kaya standard library is free software;  you  can  redistribute  it
27       and/or  modify  it  under  the  terms  of the GNU Lesser General Public
28       License (version 2.1 or any later version) as  published  by  the  Free
29       Software Foundation.
30
32       Image.create_1 (3kaya)
33
34
35
36Kaya                             December 2010             Image.create(3kaya)
Impressum