#include <scilab/modules/graphics/src/gd/gd.h>
Collaboration diagram for gdImageStruct:

Data Fields | |
| unsigned char ** | pixels |
| int | sx |
| int | sy |
| int | colorsTotal |
| int | red [gdMaxColors] |
| int | green [gdMaxColors] |
| int | blue [gdMaxColors] |
| int | open [gdMaxColors] |
| int | transparent |
| int * | polyInts |
| int | polyAllocated |
| gdImageStruct * | brush |
| gdImageStruct * | tile |
| int | brushColorMap [gdMaxColors] |
| int | tileColorMap [gdMaxColors] |
| int | styleLength |
| int | stylePos |
| int * | style |
| int | interlace |
| int | alu |
| int | clipping |
| int | cliprect [4] |
| int | background |
Definition at line 27 of file gd.h.
| unsigned char** gdImageStruct::pixels |
Definition at line 28 of file gd.h.
Referenced by gdImageCreate(), gdImagePolyLine(), gdImageThickLine(), getgifpixels(), sci_readgif(), and sci_readxbm().
Definition at line 29 of file gd.h.
Referenced by gdImageCreate(), gdImageCreateFromXbm(), getgifpixels(), readgifimg(), and readxbmimg().
Definition at line 30 of file gd.h.
Referenced by gdImageCreate(), gdImageCreateFromXbm(), getgifpixels(), readgifimg(), and readxbmimg().
Definition at line 31 of file gd.h.
Referenced by gdImageCreate(), gdImageCreateFromGd(), gdImageCreateFromGif(), getgifcmap(), readgifimg(), readxbmimg(), and setgccolormapGif().
| int gdImageStruct::red[gdMaxColors] |
Definition at line 32 of file gd.h.
Referenced by gdImageCopy(), gdImageCopyResized(), gdImageCreateFromGd(), getgifcmap(), sci_readgif(), and sci_readxbm().
| int gdImageStruct::green[gdMaxColors] |
Definition at line 33 of file gd.h.
Referenced by gdImageCopy(), gdImageCopyResized(), gdImageCreateFromGd(), getgifcmap(), sci_readgif(), and sci_readxbm().
| int gdImageStruct::blue[gdMaxColors] |
Definition at line 34 of file gd.h.
Referenced by gdImageCopy(), gdImageCopyResized(), getgifcmap(), sci_readgif(), and sci_readxbm().
| int gdImageStruct::open[gdMaxColors] |
| struct gdImageStruct* gdImageStruct::brush |
Definition at line 39 of file gd.h.
Referenced by gdImageCreate(), gdImagePolyLine(), and gdImageThickLine().
| struct gdImageStruct* gdImageStruct::tile |
| int gdImageStruct::brushColorMap[gdMaxColors] |
| int gdImageStruct::tileColorMap[gdMaxColors] |
1.5.1