setColorScale() destroys vertex colors?

Title says it all.
My vertex colors are gone when applying color scale to a nodepath.

np.setColor() will completely replace the vertex colors, but np.setColorScale() will simply multiply the existing vertex colors.

If you’re seeing something that contradicts this, you’ll need to provide an example. :slight_smile:

David