CheckerBoard
Generates a checkerboard image that you can use as a placeholder for a texture or background.
Note: If you enable proxy mode the board may not match the full resolution version, because the boxes are rounded to the nearest pixel.
Inputs and Controls
Control (UI) |
Knob (Scripting) |
Default Value |
Function |
CheckerBoard Tab |
|||
format |
format |
Dependent on Project Settings |
Sets the checkerboard’s format. You can select a preset format or create a custom size using the new or edit options. |
size |
boxsize |
64 |
Sets the size of the checkerboard boxes in pixels. |
color 0 rgba |
color0 |
N/A |
Sets the color of the boxes within the checkerboard starting from the bottom left-hand corner: • color 0 - the box at 0,0 and then every alternate box and row. • color 1 - the box at 1,0 and then every alternate box and row. • color 2 - the box at 1,1 and then every alternate box and row. • color 3 - the box at 0,1 and then every alternate box and row. |
color 1 rgba |
color1 |
N/A |
|
color 2 rgba |
color2 |
N/A |
|
color 3 rgba |
color3 |
N/A |
|
line color |
linecolor |
1 |
Sets the color of the delineating line between boxes on the checkerboard. |
line width |
linewidth |
0 |
Sets the width, in pixels, of the delineating line between boxes on the checkerboard. |
centerline color rgba |
centerlinecolor |
N/A |
Sets the color of the center lines on the checkerboard. |
centerline width |
centerlinewidth |
3 |
Sets the width, in pixels, of the center lines on the checkerboard. |