32 return wxColour(65, 105, 225);
34 return wxColour(50, 205, 50);
36 return wxColour(220, 20, 60);
38 return wxColour(255, 165, 0);
40 return wxColour(100, 100, 100);
50 return wxColour(255, 255, 255);
52 return wxColour(180, 180, 180);
static wxColour GetCurrentNodeColor()
Color for the currently executing node.
static wxColour RunningFill()
Fill color for running state.
static wxColour FailureFill()
Fill color for failure state.
static wxColour IdleFill()
Fill color for idle state.
static wxColour GetExecutionPathColor()
Color for nodes in the execution path.
static wxColour GetBorderColor(int status)
Returns border color for the given status code.
static wxColour GetTextColor(int status)
Returns text color for the given status code.
static wxColour GetFillColor(int status)
Returns fill color for the given status code.
static wxColour SuccessFill()
Fill color for success state.
static wxColour HaltedFill()
Fill color for halted state.