Why is it that scaling an object alters its color? For instance, if I make a cube of size ten and of color RGB(255, 0, 0) it will look a vibrant red. However, if I then scale the object by 10, (for each dimension) the objects color dulls? Is there a way to prevent this?