Click or drag to resize

BrushXWithGradientColorScale Method

Returns a copy of this brush with a different gradient color scale.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public BrushX WithGradientColorScale(
	double gradientColorScale
)

Parameters

gradientColorScale  Double
The new gradient color scale.

Return Value

BrushX
A brush with the updated gradient color scale.
See Also