I am currently working on an agent based program using the sim agent
toolkit.
To distinguish between world objects 6 colours are being used.
Problem is, they either do not appear or are the wrong colour. for
example, blue is yellow, and green is a kind of pink.
I've had a look through the teach rc_lib file and all the programs I
have run display the correct colours.
Below is a list of the libraries I'm using:
uses objectclass;
uses prblib;
uses poprulebase;
uses simlib;
uses sim_agent;
uses sim_geom;
uses rclib;
uses sim_picagent;
uses rc_draw_blob;
uses rc_drawline_relative;
uses rc_graphic;
uses sim_harness;
Has anyone any ideas why the colours aren't being displayed?
thanks,
Seb
|