ILNumerics - Technical Application Development
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
int value as RGB color, A=255
the internal values (rgb / luminance,saturation) will not be altered.
rgb returned as separate float values, normalized to 0.0f...1.0f
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
Parameters
- hueVal
- Type: SystemSingle
- r
- Type: SystemByte
- g
- Type: SystemByte
- b
- Type: SystemByte
Return Value
Type:int value as RGB color, A=255
Remarks
[ILNumerics Visualization Engine]
See Also