BrushXWithGradientColorScale Method |
Returns a copy of this brush with a different gradient color scale.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic BrushX WithGradientColorScale(
double gradientColorScale
)
Parameters
- gradientColorScale Double
- The new gradient color scale.
Return Value
BrushXA brush with the updated gradient color scale.
See Also