Makes an overlay to simulate vignetting in a camera
make_vignette_overlay(
width,
height,
intensity = 0.3,
radius_multiplier = 1.3,
radius = NULL,
color = "#000000"
)
Width of the image.
Height of the image.
Default 0.4
. 1
is max intensity, 0
is min.
Default 1.3
.
Default NULL
. Max of height or width, divided by 2.
Default black
.