ImageSetDrawingColor
Syntax
ImageSetDrawingColor( name, color )someImage.setDrawingColor( color )Arguments
Name
Type
Required
Description
Returns
Description
Example
// Set drawing color to blue
result = ImageSetDrawingColor( myImage, "blue" );
// Set drawing color using hex value
result = ImageSetDrawingColor( myImage, "#FF00FF" );
// As a member function
myImage.setDrawingColor( "green" );Related BIFs
Notes
Was this helpful?
