Click or drag to resize

ColorValueMultiply Method (Single, ColorValue, ColorValue)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public static void Multiply(
	float s,
	ref ColorValue v,
	out ColorValue result
)

Parameters

s
Type: SystemSingle
v
Type: NeoAxisColorValue
result
Type: NeoAxisColorValue
See Also