var fmt, pxl; COLOR tmpC;

is the same as:

var fmt;
var pxl;
COLOR tmpC;

And yes, COLOR is a Vector (tmpC.red, tmpC.green, tmpC.blue)