I'm not sure what you're referring to here. Color 3d printing requires that your model have either vertex color information or textures with color information. If you plan to use OBJ for color printing, then you will need a zip file which includes the OBJ of the model, the .mtl file which contains the model's texture information, and finally the image texture files in JPG or PNG format. You can also use .WRL or .VRML file types for your model, since those are capable of holding 3d model vertex color information instead of image textures.
STL file format does not contain color information for your printed files. There are ways around this, but it's easier to just work with OBJ or VRML instead.