I found the following post to change the font color of a single row in a table:
How to color the font of a single row in a table?
My row is a long table with 70 rows and for about 25 the I want to change the font color. I was wondering if there is a better way of coloring these 25 rows rather than using \rowfont{\color{red}} 25 times?

\edef\endtabular{\unexpanded\expandafter{\endtabular}\noexpand\reset@color}as well to ensure that the colour stops at the end of the table (if not manually reset)? – Joseph Wright Jan 26 '16 at 18:34