Getting the color of a datapoint when in the jqplotMouseMove event

Getting the color of a datapoint when in the jqplotMouseMove event

I have an event handler declared as:

  1. .on('jqplotMouseMove', function (e, gridpos, datapos, neighbor, plot)

If neighbor is true I need to find the color of the datapoint they clicked on. Is there some method I can call that will give me that?