The contrast adjustment.
0 produces flat gray, 1 is the original contrast, and values greater than 1 increase contrast.Adjusts the contrast of a component.
.contrast(amount: number)
0 produces flat gray, 1 is the original contrast, and values greater than 1 increase contrast.Image({ url: "photo.jpg" })
.resizable()
.contrast(1.5)
Image({ url: "photo.jpg" })
.resizable()
.contrast(0.5)