Hello,
I am trying to get the color information from a skp model. I am getting the materials from each face and color from that material. But the color information which I am getting is wrong.
This is my skp model,
I believe that the color specifier is BGR and not RGB. For example, I expected 0xFF0000 to be red, but it is blue. Similarly, 0x0000FF produces a red. If you swap your red and blue values, does it make more sense?