Author Topic: Getting colour from a spraycan ID?  (Read 594 times)

For example, if the colour of a brick is set to 4 (brown or something), how can I translate it into RGB?

getColorIDTable(4);

You can then call getColorI(<color>); to convert it to an integer-based RGB value.