Vixen
02b45cc4
csharp
public readonly record struct BlendedColour

The same for a colour.

Read the guide page for this →

Fields and properties (2)

  • public Vector3 Value

    What the winning volume said.

  • public float Weight

    How much of the way there.

Methods (2)

  • public BlendedColour(Vector3 Value, float Weight)

    The same for a colour.

  • public Vector3 Over(Vector3 authored)

    This contribution laid over the value a document authored.

Used by (3)

  • FogRendererVixen.Rendering.PostFx
  • PostProcessOverlayVixen.Rendering
  • TonemapRendererVixen.Rendering.PostFx