Click or drag to resize

ColorHSVPointMultiply 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,
	double b
)
Request Example View Source

Parameters

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

Return Value

Type: ColorHSVPoint
See Also