ILNumerics Ultimate VS

ColorProviderH2RGB Method (Single, Single, Int32)

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
convert hue value to separate RGB values, based on predefined values

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

public void H2RGB(
	float hue,
	float[] va,
	ref int offset
)

Parameters

hue
Type: SystemSingle
hue: in range 0...MAXHUEVALUE
va
Type: SystemSingle
vertex array, target for the color
offset
Type: SystemInt32
offset into vertex array
Remarks

the internal values (rgb / luminance,saturation) will not be altered. rgb returned as separate float values, normalized to 0.0f...1.0f

[ILNumerics Visualization Engine]

See Also

Reference