Click or drag to resize

BrushXWithColors Method

Returns a copy of this brush with different foreground and background colors.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public BrushX WithColors(
	NamedColor foreColor,
	NamedColor backColor
)

Parameters

foreColor  NamedColor
The new foreground color.
backColor  NamedColor
The new background color.

Return Value

BrushX
A brush with the updated colors.
See Also