fs.coloredmesh constructor
fs.coloredmesh(mesh, col, hemi, render = TRUE, metadata = NULL)
a `mesh3d` instance as returned by tmesh3d
or an `fs.surface` brain surface mesh as returned by functions like subject.surface
.
vector of vertex colors for the mesh, one color per vertex
character string, one of 'lh' or 'rh'
logical, whether to render this mesh during visualization
optional, named list containing metadata
an `fs.coloredmesh` instance. The only fields one should use in client code are 'mesh', 'hemi' and 'col', all others are considered internal and may change without notice.