Click or drag to resize

ColorByteLerp Method

Performs linear interpolation of ColorByte.

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

Parameters

value1
Type: NeoAxisColorByte
Source ColorByte.
value2
Type: NeoAxisColorByte
Destination ColorByte.
amount
Type: SystemDouble
Interpolation factor.

Return Value

Type: ColorByte
Interpolated ColorByte.
See Also