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);
![Dennisbur_0-1712165571020.png Dennisbur_0-1712165571020.png](https://community.jmp.com/t5/image/serverpage/image-id/63039i375A143DE865102E/image-size/medium?v=v2&px=400)
But I believe I can use more shades of color, maybe like RGB code?