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.3572.0 (4.8.3572.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).

The ColorLinkage type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodIsT Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions)
Public Extension MethodWithClearedFlagT Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions)
Public Extension MethodWithFlagT Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions)
Public Extension MethodWithSetFlagT Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions)
Top
See Also