Chronos Plugins 5.9.0
This documentation covers the plugin interfaces definitions and an example implementation.
|
Override the default color that is used to display the task in the schedule diagram. More...
Public Member Functions | |
ScheduleDiagramColorAttribute (string myColor) | |
Set the desired color here. | |
ScheduleDiagramColorAttribute (byte A, byte R, byte G, byte B) | |
Alternate way to provide the color. | |
Properties | |
Color | Color [get] |
Color definition. | |
Override the default color that is used to display the task in the schedule diagram.
Definition at line 574 of file TaskInterfaces.cs.
AxelSemrau.Chronos.Plugin.ScheduleDiagramColorAttribute.ScheduleDiagramColorAttribute | ( | string | myColor | ) |
Set the desired color here.
myColor | Color name from System.Windows.Media.Colors |
Definition at line 584 of file TaskInterfaces.cs.
References AxelSemrau.Chronos.Plugin.ScheduleDiagramColorAttribute.Color.
AxelSemrau.Chronos.Plugin.ScheduleDiagramColorAttribute.ScheduleDiagramColorAttribute | ( | byte | A, |
byte | R, | ||
byte | G, | ||
byte | B ) |
Alternate way to provide the color.
A | alpha channel (transparency) |
R | red |
G | green |
B | blue |
Definition at line 597 of file TaskInterfaces.cs.
References AxelSemrau.Chronos.Plugin.ScheduleDiagramColorAttribute.Color.
|
get |
Color definition.
Definition at line 579 of file TaskInterfaces.cs.
Referenced by AxelSemrau.Chronos.Plugin.ScheduleDiagramColorAttribute.ScheduleDiagramColorAttribute(), and AxelSemrau.Chronos.Plugin.ScheduleDiagramColorAttribute.ScheduleDiagramColorAttribute().