Checkerboard¶
Outputs an image of a checkerboard pattern.
user¶
Container for user-defined plugs. Nodes should never make their own plugs here, so users are free to do as they wish.
out¶
The output image generated by this node.
enabled¶
Turns the node on and off.
format¶
The resolution and aspect ratio of the image.
size¶
The size of the squares in pixels. This can be varied independently in the x and y directions.
colorA¶
The colour of half of the squares of the pattern.
colorB¶
The colour of the other half of the squares of the pattern.
layer¶
The layer to generate. The output channels will be named ( layer.R, layer.G, layer.B and layer.A ).
transform¶
A transformation applied to the entire checkerboard pattern. The translate and pivot values are specified in pixels, and the rotate value is specified in degrees.