Click or drag to resize

ColorByteLerp Method

Performs linear interpolation of ColorByte.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public static ColorByte Lerp(
	ColorByte value1,
	ColorByte value2,
	double amount
)

Parameters

value1  ColorByte
Source ColorByte.
value2  ColorByte
Destination ColorByte.
amount  Double
Interpolation factor.

Return Value

ColorByte
Interpolated ColorByte.
See Also