Click or drag to resize

ColorValueDivision Operator (ColorValue, Single)

Namespace:  NeoAxis
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public static ColorValue operator /(
	ColorValue v,
	float s
)

Parameters

v
Type: NeoAxisColorValue
s
Type: SystemSingle

Return Value

Type: ColorValue
See Also