ImageSetdrawingcolor()
Sets the active color of the image for later drawing.
Usage
BOOLEAN = ImageSetdrawingcolor(
name,
color
)
Argument | Summary |
---|---|
name | the image object derived from ImageNew() or ImageRead() |
color | the value of the color, RGB or symbolic name |
Calling
Supports named-parameter calling allowing you to use the function like:
ImageSetdrawingcolor( name=?, color=? );
Supports passing parameters as a structure using ArgumentCollection:
ImageSetdrawingcolor( ArgumentCollection={ name : ?, color : ? } );
See Also
ImageAddborder
ImageBlur
ImageClearrect
ImageContrastbrightness
ImageCopy
ImageCrop
ImageDrawarc
ImageDrawbeveledrect
ImageDrawline
ImageDrawlines
ImageDrawoval
ImageDrawpoint
ImageDrawrect
ImageDrawroundrect
ImageDrawtext
ImageFlip
ImageGetblob
ImageGetbufferedimage
ImageGetexifmetadata
ImageGetexiftag
ImageGetheight
ImageGetwidth
ImageGrayscale
ImageInfo
ImageNegative
ImageNew
ImagePaste
ImageRead
ImageReadbase64
ImageReflection
ImageResize
ImageRotate
ImageSetantialiasing
ImageSetbackgroundcolor
ImageSetdrawingcolor
ImageSharpen
ImageWrite
ImageWritebase64
ImageXordrawingmode
IsImage
ToDatauri