Click or drag to resize

ColorGroupStyleSetter Delegate

Represents a delegate that applies a color.

Namespace: Altaxo.Graph.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public delegate void Setter(
	NamedColor c
)

Parameters

c  NamedColor
The color to apply.
See Also