Vixen
caa30e12
csharp
public readonly record struct BlendedGrading

And for a whole colour decision list.

Read the guide page for this →

Remarks

One weight for the whole grade, on Grading's terms: a CDL is one artifact, so its twenty-two numbers travel together the way the white balance's two halves do. The lerp itself is Lerp, which is well defined at every weight because no component of a grade is a sentinel.

Fields and properties (2)

  • public ColorGrading Value

    What the winning layer's grade is.

  • public float Weight

    How much of the way there.

Methods (2)

  • public BlendedGrading(ColorGrading Value, float Weight)

    And for a whole colour decision list.

  • public ColorGrading Over(in ColorGrading authored)

    This contribution laid over the grade a document authored.

Used by (3)

  • PostProcessOverlayVixen.Rendering
  • PostProcessVolumeTestsVixen.Rendering.Tests
  • TonemapRendererVixen.Rendering.PostFx