Inverts the colors of this view.
.colorInvert(): Component;
Image("photo.jpg") .colorInvert()
Text("Inverted text") .colorInvert()
Rectangle() .fill(Color("blue")) .colorInvert()