All functions

deer

Sprite sheet for an animated deer

deer_loc

Locations of 15 sprites within the deer spritesheet

is_nativeraster()

Check if object is nativeRaster

isometric_landscape

A list of 36 isometric tiles in nativeRaster format

matrix_to_nr()

Matrix to nativeRaster

nr_blit()

Copy one nativeRaster image into another at an arbitrary location.

nr_blit2()

Blit2

nr_circle()

Draw circles on a nativeRaster image

nr_copy_into()

Copy the contents of one nativeRaster into another.

nr_crop() nr_crop2()

Crop a section out of a nativeRaster into a new nativeRaster

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 color

nr_fliph()

Flip a nativeRaster horizontally

nr_flipv()

Flip a nativeRaster vertically

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_replace()

Replace colours in a native raster

nr_scale()

Scale up a nativeRaster by an integer factor

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

packed_cols_to_hex_cols()

Convert packed colors (integer values containing RGBA bytes) to hex colors

plot(<nativeRaster>)

Plot a nativeRaster as an image

str_cols_to_packed_cols()

Convert colors (R colors and hex colors) into packed colors (integer values containing RGBA bytes)

transparent_white

Transparent White