Optimizer.Colors members
Defines colors for the items managed by the Optimizer for a project portfolio.
The Optimizer.Colors type exposes the following members.
Fields
Name | Description | |
---|---|---|
ForceInBackground | Background color for items that are forced in: "#77933C" | |
ForceInForeground | Foreground color for items that are forced in: "#000000" | |
ForceOutBackground | Background color for items that are forced out: "#C00000" | |
ForceOutForeground | Foreground color for items that are forced out: "#000000" | |
GroupSelectedBackground | Background color for a selected group of items: "#C3D69B " | |
GroupSelectedForeground | Foreground color for a selected group of items: "#000000" | |
GroupUnselectedBackground | Background color for an unselected group of items: "#595959" | |
GroupUnselectedForeground | Foreground color for an unselected group of items: "#000000" | |
MovedInBackground | Background color for items that are moved in: "#77933C" | |
MovedInForeground | Foreground color for items that are moved in: "#000000" | |
MovedOutBackground | Background color for items that are moved out: "#C00000" | |
MovedOutForeground | Foreground color for items that are moved out: "#000000" | |
StatusInBackground | Background color for items that have a status of accepted: "#D7E4BD" | |
StatusInForeground | Foreground color for items that have a status of accepted: "#000000" | |
StatusOutBackground | Background color for items that have a status of not accepted: "#7F7F7F" | |
StatusOutForeground | Foreground color for items that have a status of not accepted: "#000000" |
Top