Click or drag to resize

RangeColorValueMultiply(Single, RangeColorValue, RangeColorValue) Method


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

Parameters

s  Single
 
v  RangeColorValue
 
result  RangeColorValue
 
See Also