Skip to main content

ByteInterpolator

ByteInterpolator

Interpolates between two bytes.

Static Fields

Instance

public ByteInterpolator Instance

The singleton instance of the Byte interpolator.

Properties

valueType

Type valueType { get; }

The value type that this interpolator can interpolate.

Methods

Interpolate

byte Interpolate(Byte& a, Byte& b, float t)