Class ColorGradingSettings

Settings that control color grading post-process.

Constructors

Properties

_contrast: Vector3
_gain: Vector3
_offset: Vector3
_saturation: Vector3

Accessors

  • get contrast(): Vector3
  • Contrast to be applied during color grading. Larger values increase difference between light and dark areas of the image. In range [0.0f, 2.0f].

    Returns Vector3

  • set contrast(value): void
  • Parameters

    Returns void

  • get gain(): Vector3
  • Gain to be applied during color grading. Simply increases all color values by an equal scale. In range [0.0f, 2.0f].

    Returns Vector3

  • set gain(value): void
  • Parameters

    Returns void

  • get offset(): Vector3
  • Gain to be applied during color grading. Simply offsets all color values by an equal amount. In range [-1.0f, 1.0f].

    Returns Vector3

  • set offset(value): void
  • Parameters

    Returns void

  • get saturation(): Vector3
  • Saturation to be applied during color grading. Larger values increase vibrancy of the image. In range [0.0f, 2.0f].

    Returns Vector3

  • set saturation(value): void
  • Parameters

    Returns void

Methods