Class PointRGB
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
RGB point.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class PointRGB : ChartNode, IChartNode, IDisposable
- Inheritance
-
PointRGB
- Implements
- Inherited Members
Constructors
PointRGB()
Constructor.
public PointRGB()
PointRGB(IChartNode, double, double, double)
Constructor
public PointRGB(IChartNode owner, double r, double g, double b)
Parameters
ownerIChartNodeParent.
rdoubleR-component.
gdoubleG-component.
bdoubleB-component.
PointRGB(double, double, double)
Constructor.
public PointRGB(double r, double g, double b)
Parameters
Properties
B
B value
public double B { get; set; }
Property Value
G
G value
public double G { get; set; }
Property Value
R
R value
public double R { get; set; }
Property Value
Methods
Dispose(bool)
Clean up any resources being used.
protected override void Dispose(bool disposing)
Parameters
disposingboolTrue if managed resources should be disposed, otherwise false.
SetValues(double, double, double)
Set all values.
public void SetValues(double r, double g, double b)
Parameters
Remarks
Does not refresh chart.
ToString()
Convert class description to string.
public override string ToString()
Returns
- string
String.