Click or drag to resize
NChartTextureBrushScaleColorWithHSV Method
Scale components of brush's colors (if any) according to HSV color model. HSV-representation of each component of each color is multiplied by corresponding scale factor.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public void ScaleColorWithHSV(
	float hScale,
	float sScale,
	float vScale
)

Parameters

hScale
Type: SystemSingle
Scale for hue.
sScale
Type: SystemSingle
Scale for saturation.
vScale
Type: SystemSingle
Scale for value.

Implements

INChartBrushScaleColorWithHSV(Single, Single, Single)
See Also