Skip to content

How to get an Int Color?

Lanse edited this page Sep 18, 2016 · 2 revisions

For most aspects of BASE's Auto-Gen system you need to provide a Int Value for coloration.
There are a few handy tools out there for helping you deal with this and here are our recommendations.

We recommend using http://www.color-hex.com/ to find the initial color you're looking for.
From there you should grab the RGB values of that color and input them into this converter:
https://www.shodor.org/stella2java/rgbint.html

This will convert the RGB value into a Hex Value and an Int Color value.
You want to use the Int color value not the Hex Value when providing color to BASE items!

Clone this wiki locally