-
Notifications
You must be signed in to change notification settings - Fork 0
CICheckerboardGenerator
Eric McConville edited this page Jun 21, 2015
·
2 revisions
Generates a checkerboard pattern. You can specify the checkerboard size and colors, and the sharpness of the pattern.
- -inputColor0 <color> : A color to use for the first set of the checkerboard squares. [Default #FFFFFF]
- -inputSharpness <number> : The sharpness of the checkerboard pattern. The smaller the value, the more blurry the pattern. Values range from 0.0 to 1.0. [Default 1]
- -inputWidth <number> : The width of a square in the checkerboard pattern. [Default 80]
- -inputColor1 <color> : A color to use for the second set of the checkerboard squares. [Default #000000]
- -inputCenter <vector> : The center of the area, as x and y coordinates, to filter. [Default 150,150]