CIStripesGenerator - emcconville/cif GitHub Wiki

CIStripesGenerator

Generates a stripe pattern. You can control the color of the stripes, the spacing, and the contrast.

  • -inputColor0 <color> : A color to use for the odd stripes. [Default #FFFFFF]
  • -inputSharpness <number> : The sharpness of the stripe 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 stripe. [Default 80]
  • -inputColor1 <color> : A color to use for the even stripes. [Default #000000]
  • -inputCenter <vector> : The x and y position to use as the center of the stripe pattern. [Default 150,150]