Click or drag to resize

PointRGB Constructor (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
Syntax
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