BrushXWithExchangedColors Method |
Returns a copy of this brush with the exchanged-colors flag updated.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic BrushX WithExchangedColors(
bool exchangeColors
)
Parameters
- exchangeColors Boolean
- The new exchanged-colors flag.
Return Value
BrushXA brush with the updated exchanged-colors flag.
See Also