Click or drag to resize
SbColorRGBAGetHSVAValue Method (Single, Single, Single, Single)
Returns 4 individuals HSVA color components.

Namespace: OIV.Inventor
Assembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.37.0.Release.d68cc17a144c4f433a18b21dc892065973fe2b38
Syntax
public void GetHSVAValue(
	out float hue,
	out float sat,
	out float val,
	out float alpha
)

Parameters

hue
Type: SystemSingle
Output parameter for hue component.
sat
Type: SystemSingle
Output parameter for saturation component.
val
Type: SystemSingle
Output parameter for value/brightness component.
alpha
Type: SystemSingle
Output parameter for alpha component.
See Also