I'm a little confused with how Godot handles blending. I'm trying to get an inverted effect with this text, where it's white where the meter background is black and vice versa.

I assumed that all I'd need to do was apply a CanvasItemMaterial with one of the blend modes to the text but no dice. Anyone else got any experience with this?