Lucee Function Reference
imagesetdrawingcolor()
Sets the current drawing color for images. All subsequent graphics operations use the specified color.
Beispiel
imagesetdrawingcolor(any image,string color):void
Kategorie
image
Argumente
Die Argumente für diese Funktion sind fest vorgegeben. Ausser den nachfolgenden Argumenten dürfen keine weiteren verwendet werden.
Name | Typ | Required | Beschreibung |
---|---|---|---|
image | any | Yes | The image on which this operation is performed. |
color | string | Yes |
Drawing color (The default value is "black"): |