Click or drag to resize

ColorValueDivision Operator (ColorValue, ColorValue)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2023.1.2.0 (2023.1.2.0)
Syntax
C#
public static ColorValue operator /(
	ColorValue v1,
	ColorValue v2
)

Parameters

v1
Type: NeoAxisColorValue
v2
Type: NeoAxisColorValue

Return Value

Type: ColorValue
See Also