Code_for_developing_Lightworks_effects

Here we collect code to create Lightworks.fx effects.

View project on GitHub

Patterns

Line Patterns

  • linePattern
    Creates a pattern of a selectable number of symmetrical horizontal or vertical lines of alternating color or brightness or another RGB source.

  • linePatternD01
    Creates a pattern of a selectable number of symmetrical diagonal 45° lines
    of alternating color or brightness or another RGB source.

  • linePatternD02
    Creates a pattern of a selectable number of symmetrical diagonal 45° lines
    of alternating color or brightness or another RGB source.

Click here for more graphic line code.

Pattern of angular elements

  • diamondPattern
    Generating a selectable number of diamonds with changing color or brightness or other RGB source.
    Adjustable edge softness of the squares.

  • checkPatternSoft
    Generating a selectable number of squares with changing color or brightness or other RGB source.
    Adjustable edge softness of the squares.

  • checkPattern
    Generating a selectable number of squares with changing color or brightness or other RGB source.
    This is a variant with simplified code (excessively sharp edges of squares) that is not suitable for all purposes!