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: 10.3.0.0.Release.e0557e69f65c2f4b712d9d57d8855c64671533f0
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