ILNumerics - Technical Application Development
SystemObject
ILNumerics.DrawingColorProvider
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Top
Top
Top
Top
Color helper - change RGB to/ from HLS model
[ILNumerics Visualization Engine]
Inheritance Hierarchy
ILNumerics.DrawingColorProvider
Namespace: ILNumerics.Drawing
Assembly: ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax
The ColorProvider type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | ColorProvider | Initializes a new instance of the ColorProvider class |
![]() | ColorProvider(Color) | Initializes a new instance of the ColorProvider class |
![]() | ColorProvider(ColorProvider) | Initializes a new instance of the ColorProvider class |
![]() | ColorProvider(Byte, Byte, Byte) | Initializes a new instance of the ColorProvider class |
![]() | ColorProvider(Single, Single, Single) | Initializes a new instance of the ColorProvider class |
Properties
Name | Description | |
---|---|---|
![]() | Blue | |
![]() | Color | |
![]() | Green | |
![]() | Hue | |
![]() | Luminance | |
![]() | Red | |
![]() | Saturation |
Methods
Name | Description | |
---|---|---|
![]() | DarkenColor | |
![]() | H2RGB(Single) |
convert hue value to RGB value, based on predefined values
[ILNumerics Visualization Engine] |
![]() | H2RGB(Single, Single, Int32) |
convert hue value to separate RGB values, based on predefined values
[ILNumerics Visualization Engine] |
![]() | H2RGB(Single, Byte, Byte, Byte) |
convert hue value to separate RGB values, based on predefined values
[ILNumerics Visualization Engine] |
![]() | H2RGB(Single, Single, Single, Single) |
convert hue value to separate RGB values, based on predefined values
[ILNumerics Visualization Engine] |
![]() | LightenColor |
Fields
Name | Description | |
---|---|---|
![]() ![]() | MAXHUEVALUE |
Remarks
[ILNumerics Visualization Engine]
See Also