All functions

colour_to_integer()

Convert a colour as a character string into an integer value representing RGBA

dino

A list of 16 frames of the blue dino from Bubble Bobble in nativeRaster image format

integer_to_colour()

Convert integer values to hex colours

nr_blit()

Copy one nativeRaster image into another at an arbitrary location.

nr_circle()

Draw circles on a nativeRaster image

nr_copy_into()

Copy the contents of one nativeRaster into another.

nr_duplicate()

Create a new nativeRaster image and copy the dimensions and contents from an existing image

nr_fill()

Fill a nativeRaster image with the given colour

nr_line()

Draw lines on a nativeRaster image

nr_new()

Create a nativeRaster image

nr_point()

Draw points on a nativeRaster image

nr_polygon()

Draw polygon on a nativeRaster image

nr_polyline()

Draw polyline on a nativeRaster image

nr_rect()

Draw rectangles on a nativeRaster image

nr_text()

Draw text on a nativeRaster image

nr_to_raster() raster_to_nr() nr_to_array() array_to_nr()

Convert nativeRaster images to/from other R objects