Skip to main content

ColorInterpolator

ColorInterpolator

Interpolates between two Color.

Static Fields

Instance

public ColorInterpolator Instance

The singleton instance of the Color interpolator.

Properties

valueType

Type valueType { get; }

The value type that this interpolator can interpolate.

Methods

Interpolate

Color Interpolate(Color& a, Color& b, float t)