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
)
Public Sub ScaleColorWithHSV (
hScale As Single,
sScale As Single,
vScale As Single
)
public:
virtual void ScaleColorWithHSV(
[InAttribute] float hScale,
[InAttribute] float sScale,
[InAttribute] float vScale
) sealed
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