csharp
public readonly record struct BlendedGradingAnd for a whole colour decision list.
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 ValueWhat the winning layer's grade is.
public float WeightHow 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