|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#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 |
| struct gdImageStruct * | brush |
| struct 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 |
| unsigned int | res_x |
| unsigned int | res_y |
| gdInterpolationMethod | interpolation_id |
| interpolation_method | interpolation |
| int gdImageStruct::alpha[gdMaxColors] |
| int gdImageStruct::blue[gdMaxColors] |
| struct gdImageStruct* gdImageStruct::brush |
| int gdImageStruct::brushColorMap[gdMaxColors] |
| int gdImageStruct::green[gdMaxColors] |
| interpolation_method gdImageStruct::interpolation |
| gdInterpolationMethod gdImageStruct::interpolation_id |
| int gdImageStruct::open[gdMaxColors] |
| int gdImageStruct::red[gdMaxColors] |
| struct gdImageStruct* gdImageStruct::tile |
| int gdImageStruct::tileColorMap[gdMaxColors] |