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: 2024.1.0.Release.36362e8575cf2e38cd7d69b9ff35aeb6cc000cdb
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