added list like access to mesh face colors so you can say col[0] = 255 instead of col.r= 255 more importantly 'for ch in col' and 'tuple(col)'
added list like access to mesh face colors so you can say col[0] = 255 instead of col.r= 255 more importantly 'for ch in col' and 'tuple(col)'