Skip to contents

Map image intensities to an image with color values.

Usage

render(x, width, height, colmap, ...)

Arguments

x

the object, e.g. an instance of type NeuroSlice

width

width of the rendered image

height

height of the rendered image

colmap

the colors used to map from values to RGBA colors.

...

additional arguments

Value

A rendered image with the specified dimensions and color mapping.