Interface PostProcessColorPropertyItem Beta

The property for the post-process color value.

Hierarchy

  • PostProcessColorProperty

Methods

Methods

  • Clears the property value, setting it to an unset state.

    Returns void

  • Sets the value of the property. Colors should be specified in the linear color space. Putting values greater than 1 in the r, g, b components allows for specifying HDR colors.

    Parameters

    • r: number

      Value for the red component

    • g: number

      Value for the green component

    • b: number

      Value for the blue component

    • a: number

      Value for the alpha component

    Returns void

Generated using TypeDoc