LightningChartInvert Method |
LightningChart .NET Help
Opposite color
Namespace:
Arction.WinForms.Charting
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic static Color Invert(
Color color
)
Public Shared Function Invert (
color As Color
) As Color
public:
static Color Invert(
Color color
)
Parameters
- color
- Type: System.DrawingColor
Color to convert.
Return Value
Type:
ColorThe opposite color.
See Also