ImageColor

Generates an image where every pixel is the same color. By default, the image is white.

Control (UI)

Default Value

Function

bounds

[resolution]

Dependent on Project Settings

Select the size of the image.

bounds >

N/A

For more information, refer to the Rectangle Widget Type in the Common Parameter Widgets.

left

0

Lets you offset the image by adding this number of pixels to the left side of the image.

bottom

0

Lets you offset the image by adding this number of pixels below the image.

width

globals.width

The width of the image in pixels.

The default setting, globals.width, resizes the image to the width of the resolution indicated on the Project Settings tab.

height

globals.height

The height of the image in pixels.

The default setting, globals.height, resizes the image to the height of the resolution indicated on the Project Settings tab.

ImageColor parameters continued

infiniteExtent

Disabled

When enabled, the color extends beyond the bounds.

color

color

1.0, 1.0, 1.0, 1.0

The color (RGBA values) of every pixel in the image. You can also use the RGB, HSL, or HSV controls to set the color.

For more information, refer to the Color Widget Type in the Common Parameter Widgets.