Click or drag to resize

ColorSetWithName Method

Returns a copy of the style list with a different name.

Namespace: Altaxo.Drawing.ColorManagement
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IStyleList<NamedColor> WithName(
	string name
)

Parameters

name  String
The new list name.

Return Value

IStyleListNamedColor
A style list with the updated name.

Implements

IStyleListTWithName(String)
See Also