Click or drag to resize

ColorValuePoweredLerp Method (ColorValuePowered, ColorValuePowered, Single, ColorValuePowered)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static void Lerp(
	ref ColorValuePowered v1,
	ref ColorValuePowered v2,
	float amount,
	out ColorValuePowered result
)

Parameters

v1
Type: NeoAxisColorValuePowered
v2
Type: NeoAxisColorValuePowered
amount
Type: SystemSingle
result
Type: NeoAxisColorValuePowered
See Also