Click or drag to resize
SbColorRGBA.GetHSVAValue 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.13.0.Release.1490cabe7ee249bd6cc986579d4e6231040bc6f5
Syntax
public void GetHSVAValue(
	out float hue,
	out float sat,
	out float val,
	out float alpha
)

Parameters

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