Variable CustomCharProps.color

struct CustomCharProps
{
  // ...
  uint color;
  // ...
}