Operator

    VisualShaderNodeColorOp.swift:13
    enum Operator

    Cases

    • case screen

      Produce a screen effect with the following formula:

    • case difference

      Produce a difference effect with the following formula:

    • case darken

      Produce a darken effect with the following formula:

    • case lighten

      Produce a lighten effect with the following formula:

    • case overlay

      Produce an overlay effect with the following formula:

    • case dodge

      Produce a dodge effect with the following formula:

    • case burn

      Produce a burn effect with the following formula:

    • case softLight

      Produce a soft light effect with the following formula:

    • case hardLight

      Produce a hard light effect with the following formula:

    • case max

      Represents the size of the Operator enum.

    Other members in extension

    Type members

    Instance members

    Citizens in SwiftGodot

    Conformances

    Type members

    Instance members

    Type features

    Instance features