How to store colors in a Table

The Table object has several methods to process (get/set) data types such as int, float, and string values. However, the data type color seems to be missing from the methods. Do I break down the colors into individual r, g and blue values and process them as integers, or is there a simpler way. Assume that I already have color variables with assigned colors. Thanks

Answers

Sign In or Register to comment.