ILNumerics Ultimate VS

ColorProviderH2RGB Method (Single, Byte, Byte, Byte)

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 hueVal,
	out byte r,
	out byte g,
	out byte b
)

Parameters

hueVal
Type: SystemSingle
r
Type: SystemByte
g
Type: SystemByte
b
Type: SystemByte

Return Value

Type: 
int value as RGB color, A=255
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