Click or drag to resize

ChartToolsColorHSVA Method

LightningChart .NET Help
hue = angle of color circle where 0 deg = red, 120 deg = green, 240 deg = blue. saturation: defines the brilliance and intensity of a color. default = 1,range = 0-1 value refers to the lightness or darkness of a color. default = 1, range = 0-1 alfa describes the transparency. default = 1. range = 0-1

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public static Color ColorHSVA(
	double hue,
	double saturation = 1,
	double value = 1,
	double alfa = 1
)

Parameters

hue
Type: SystemDouble

[Missing <param name="hue"/> documentation for "M:Arction.Wpf.ChartingMVVM.ChartTools.ColorHSVA(System.Double,System.Double,System.Double,System.Double)"]

saturation (Optional)
Type: SystemDouble

[Missing <param name="saturation"/> documentation for "M:Arction.Wpf.ChartingMVVM.ChartTools.ColorHSVA(System.Double,System.Double,System.Double,System.Double)"]

value (Optional)
Type: SystemDouble

[Missing <param name="value"/> documentation for "M:Arction.Wpf.ChartingMVVM.ChartTools.ColorHSVA(System.Double,System.Double,System.Double,System.Double)"]

alfa (Optional)
Type: SystemDouble

[Missing <param name="alfa"/> documentation for "M:Arction.Wpf.ChartingMVVM.ChartTools.ColorHSVA(System.Double,System.Double,System.Double,System.Double)"]

Return Value

Type: Color

[Missing <returns> documentation for "M:Arction.Wpf.ChartingMVVM.ChartTools.ColorHSVA(System.Double,System.Double,System.Double,System.Double)"]

See Also