Hello
I mean, for example, I would like to paint the columns
and mostly, I use names of color like "Light Red"
for example, to color the column HOT
rows_to_color = dt << Get Rows Where(:"HOT" == :"HOT");
Column(dt, "HOT") << Color Cells("Light Red", rows_to_color);
But I believe I can use more shades of color, maybe like RGB code?