Click or drag to resize
NChartTextureBrushScaleColorWithRGB Method
Scale components of brush's colors (if any) by given values. Each component of each color is multiplied by a corresponding scale factor.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public void ScaleColorWithRGB(
	float rScale,
	float gScale,
	float bScale
)

Parameters

rScale
Type: SystemSingle
Scale for the red component.
gScale
Type: SystemSingle
Scale for the green component.
bScale
Type: SystemSingle
Scale for the blue component.

Implements

INChartBrushScaleColorWithRGB(Single, Single, Single)
See Also