Click or drag to resize

ColorGroupStyleGetter Delegate

Represents a delegate that returns 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 NamedColor Getter()

Return Value

NamedColor
The color to use.
See Also