Click or drag to resize

ColorLinkage Enumeration

Designates the usage of a color in plot styles.

Namespace: Altaxo.Graph.Plot.Groups
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public enum ColorLinkage
Members
Member nameValueDescription
Dependent0 Fully dependent color. Must be a member of a plot color set. Act both as color provider and color receiver.
Independent1 Fully independent color. Is neither a provider of the color nor a receiver.
PreserveAlpha2 Dependent color. Can not be a provider. When receiving the color from other providers, the alpha value of the original color is preserved. This means that therefrom resulting color is probably not a plot color, and has no parent color set (this is the reason that the color can not act as provider).
See Also