| Manuál PHP | ||
|---|---|---|
| PÅ™edcházejÃcà | Dalšà | |
imagecolorset
Popis
void imagecolorset ( resource image, int index, int red, int green, int blue )This sets the specified index in the palette to the specified color. This is useful for creating flood-fill-like effects in palleted images without the overhead of performing the actual flood-fill.
Seznam parametrů
imageAn image resource, returned by one of the image creation functions, such as imagecreatetruecolor().
indexAn index in the palette
redValue of red component
greenValue of green component
blueValue of blue component
| PÅ™edcházejÃcà | Domů | Dalšà | 
| imagecolorresolvealpha | Nahoru |