56 std::string TraceColorName(TraceColor c);
virtual TraceColor GetTraceColor()=0
Return color of the trace.
float Max(float a, float b)
Maximum.
Definition: func.h:75
Interface for objects that can draw wheel trace (at the moment, all movable objects) ...
Definition: trace_drawing_object.h:64
virtual void SetTraceDown(bool down)=0
Put the drawing pencil down.
virtual void SetTraceWidth(float width)=0
Set trace width.
objects that can draw wheel trace
ObjectInterfaceType enum.
Namespace for (new) graphics code.
Definition: app.h:49
virtual float GetTraceWidth()=0
Return trace width.
virtual bool GetTraceDown()=0
Is the pencil down?
RGBA color.
Definition: color.h:39
virtual void SetTraceColor(TraceColor color)=0
Set color of the trace.