bm_shadow(
x,
value,
top = NULL,
right = NULL,
bottom = NULL,
left = NULL,
extend = TRUE,
bg
)# S3 method for bm_bitmap
bm_shadow(
x,
value = 2L,
top = NULL,
right = NULL,
bottom = NULL,
left = NULL,
extend = TRUE,
bg = 0L
)
# S3 method for bm_list
bm_shadow(x, ...)
# S3 method for bm_pixmap
bm_shadow(
x,
value = col2hex("black"),
top = NULL,
right = NULL,
bottom = NULL,
left = NULL,
extend = TRUE,
bg = col2hex("transparent")
)
# S3 method for `magick-image`
bm_shadow(
x,
value = "black",
top = NULL,
right = NULL,
bottom = NULL,
left = NULL,
extend = TRUE,
bg = "transparent"
)
# S3 method for nativeRaster
bm_shadow(
x,
value = col2int("black"),
top = NULL,
right = NULL,
bottom = NULL,
left = NULL,
extend = TRUE,
bg = "transparent"
)
# S3 method for raster
bm_shadow(
x,
value = "black",
top = NULL,
right = NULL,
bottom = NULL,
left = NULL,
extend = TRUE,
bg = "transparent"
)
bm_bold(
x,
value = 1L,
top = NULL,
right = NULL,
bottom = NULL,
left = NULL,
extend = TRUE
)
# S3 method for bm_bitmap
bm_bold(
x,
value = 1L,
top = NULL,
right = NULL,
bottom = NULL,
left = NULL,
extend = TRUE
)
# S3 method for bm_list
bm_bold(x, ...)
# S3 method for bm_pixmap
bm_bold(
x,
value = col2hex("black"),
top = NULL,
right = NULL,
bottom = NULL,
left = NULL,
extend = TRUE
)
# S3 method for `magick-image`
bm_bold(
x,
value = "black",
top = NULL,
right = NULL,
bottom = NULL,
left = NULL,
extend = TRUE
)
# S3 method for nativeRaster
bm_bold(
x,
value = col2int("black"),
top = NULL,
right = NULL,
bottom = NULL,
left = NULL,
extend = TRUE
)
# S3 method for raster
bm_bold(
x,
value = "black",
top = NULL,
right = NULL,
bottom = NULL,
left = NULL,
extend = TRUE
)
bm_glow(x, value, extend = TRUE, corner = FALSE, bg)
# S3 method for bm_bitmap
bm_glow(x, value = 2L, extend = TRUE, corner = FALSE, bg = 0L)
# S3 method for bm_list
bm_glow(x, ...)
# S3 method for bm_pixmap
bm_glow(
x,
value = col2hex("black"),
extend = TRUE,
corner = FALSE,
bg = col2hex("transparent")
)
# S3 method for `magick-image`
bm_glow(x, value = "black", extend = TRUE, corner = FALSE, bg = "transparent")
# S3 method for nativeRaster
bm_glow(x, value = "black", extend = TRUE, corner = FALSE, bg = "transparent")
# S3 method for raster
bm_glow(x, value = "black", extend = TRUE, corner = FALSE, bg = "transparent")