#include <gd.h>
Collaboration diagram for gdImageStruct:

Public Attributes | |
| 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 | thick |
| int | alpha [gdMaxColors] |
| int | trueColor |
| int ** | tpixels |
| int | alphaBlendingFlag |
| int | saveAlphaFlag |
| int | AA |
| int | AA_color |
| int | AA_dont_blend |
| int | cx1 |
| int | cy1 |
| int | cx2 |
| int | cy2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|