INChartBrushScaleColorWithRGB 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 void ScaleColorWithRGB(
float rScale,
float gScale,
float bScale
)
Sub ScaleColorWithRGB (
rScale As Single,
gScale As Single,
bScale As Single
)
void ScaleColorWithRGB(
[InAttribute] float rScale,
[InAttribute] float gScale,
[InAttribute] 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.
See Also