This is Version 1.0
This wonderful combinator contains all the rgb values for each base game + space age item. I simply extracted them from the Automatic Train Painter Mod's source code and converted them to single value 24 bit rgb representations
essentially, red is x/65536%256, green is x/256%256 and blue is x%256.
Mod source: https://mods.factorio.com/mod/Automatic_Train_Painter
you can find THIS blueprint to check for updates, at: https://factorioprints.com/view/-OBA6ev5gbJk1lGhsmxA
