Translates fsbrain style names ("default", "shiny",
"semitransparent", "glass", "edges") to scimesh render_options()
parameters.
fsbrain_style_to_scimesh_options(
style = "default",
bg_rgba = c(1, 1, 1, 1),
width = 800L,
height = 600L
)a scimesh render options list from render_options().
character string, an fsbrain style name. See
get.rglstyle for valid options.
numeric vector of length 4, the background color in RGBA (0-1 scale).
integer, output image width in pixels. Defaults to 800.
integer, output image height in pixels. Defaults to 600.