Color |
public enum ColorLinkage
| Member name | Value | Description |
|---|---|---|
| Dependent | 0 | Fully dependent color. Must be a member of a plot color set. Act both as color provider and color receiver. |
| Independent | 1 | Fully independent color. Is neither a provider of the color nor a receiver. |
| PreserveAlpha | 2 | 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.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |