PointRGB Constructor (Double, Double, Double) |
LightningChart .NET Help
Constructor.
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointRGB(
double r,
double g,
double b
)
Public Sub New (
r As Double,
g As Double,
b As Double
)
public:
PointRGB(
double r,
double g,
double b
)
Parameters
- r
- Type: SystemDouble
R-coordinate. - g
- Type: SystemDouble
G-coordinate. - b
- Type: SystemDouble
B-coordinate.
See Also