These are all 2-colour pixel patterns - the 'white' part will be made transparent.
create_magick_pattern_img_scaled(
width = 100,
height = 100,
type = "hexagons",
colour = "black",
scale = 1,
filter = "box"
)image dimensions
image dimensions
name of the imagemagick pattern. See http://www.imagemagick.org/script/formats.php for more information. See magick_pattern_names for a list of all supported imagemagick patterns.
colour used to draw the pattern
pattern scaling factor defualt: 1
filter to apply when sacling pattern. default: 'box' for crisp
edges to the pixel. See magick::filter_types() for a full list
of filters.