Create a contour definition
use_contour_definition(
threshold = 1,
color = c(255, 255, 255),
stroke_width = 1
)
The threshold value used in contour generation.
The RGB color array used to render contour lines.
The width of the contour lines in pixels.