Parameters
The contrast multiplier. 1 is normal contrast, values less than 1 reduce contrast, values greater than 1 increase contrast.
Adjusts the contrast of this view.
.contrast(amount: number): Component;
Image("photo.jpg")
.contrast(0.5)
Rectangle()
.fill(Color("blue"))
.contrast(1)
Image("flat.jpg")
.contrast(2)