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: 2025.1.0.Release.bbf67b7ce81225a791aa69eb415ebddead35829d
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