Dokumentation zu libgd

juedan

FreeBSDler
Moin zusammen,

wo findet man eine gute Dokumentation,die auch wirklich alle gd-Funktionen und - ganz wichtig - deren Parameter beschreibt?
Die originale Dokumentation ist für die Toilette.
Ein Beispiel
gdImageColorAllocateAlpha

int gdImageColorAllocateAlpha(gdImagePtr im,
int r,
int g,
int b,
int a)
Allocates a color

This is typically used for palette images, but can be used for truecolor images as well.

Parameters
im The image.
r The value of the red component.
g The value of the green component.
b The value of the blue component.
Returns
The color value.

Welchen Wertebereich darf der Parameter "a" haben?

Danke für die Antworten.

Grüßle Jürgen
 
Zurück
Oben