|
LibGd 2.4.0-dev
GD Graphics library
|
Options to Scatter an image. More...
#include <gd.h>
Data Fields | |
| int | sub |
| int | plus |
| unsigned int | num_colors |
| int * | colors |
| unsigned int | seed |
Options to Scatter an image.
| int* gdScatter::colors |
The array of colors to use for scattering.
| unsigned int gdScatter::num_colors |
The number of colors to use for scattering.
| int gdScatter::plus |
The addition value for scattering.
| unsigned int gdScatter::seed |
The seed for the random number generator.
| int gdScatter::sub |
The subtraction value for scattering.