Click or drag to resize

ColorHSVPointAddition Operator

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.Core.style.color
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static ColorHSVPoint operator +(
	ColorHSVPoint a,
	ColorHSVPoint b
)
Request Example View Source

Parameters

a
Type: imbSCI.Core.style.colorColorHSVPoint
b
Type: imbSCI.Core.style.colorColorHSVPoint

Return Value

Type: ColorHSVPoint
See Also