#include <gd.h>
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 |
Definition at line 32 of file gd.h.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6-NO