ImageSetBackgroundColor
Syntax
ImageSetBackgroundColor( name, color )someImage.setBackgroundColor( color )Arguments
Name
Type
Required
Description
Returns
Description
Example
// Set background color to white
result = ImageSetBackgroundColor( myImage, "white" );
// Set background color using hex value
result = ImageSetBackgroundColor( myImage, "#00FF00" );
// As a member function
myImage.setBackgroundColor( "black" );Related BIFs
Notes
Was this helpful?
