Manuál PHP | ||
---|---|---|
PÅ™edcházejÃcà | DalÅ¡Ã |
imagesetpixel
Popis
bool imagesetpixel ( resource image, int x, int y, int color )imagesetpixel() draws a pixel at the specified coordinate.
Seznam parametrů
image
An image resource, returned by one of the image creation functions, such as imagecreatetruecolor().
x
x-coordinate
y
y-coordinate
color
A color identifier created with imagecolorallocate()
PÅ™Ãklady
PÅ™edcházejÃcà | Domů | DalÅ¡Ã |
imagesetbrush | Nahoru |