PointRGB Constructor (IChartNode, Double, Double, Double) |
LightningChart .NET Help
Constructor
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointRGB(
IChartNode owner,
double r,
double g,
double b
)
Public Sub New (
owner As IChartNode,
r As Double,
g As Double,
b As Double
)
public:
PointRGB(
IChartNode^ owner,
double r,
double g,
double b
)
Parameters
- owner
- Type: Arction.Wpf.ChartingMVVMIChartNode
Parent. - r
- Type: SystemDouble
R-component. - g
- Type: SystemDouble
G-component. - b
- Type: SystemDouble
B-component.
See Also