Fill a nativeRaster
image with the given color
nr_fill(nr, color)
nativeRaster
Color as a character string. Either a standard R color
(e.g. 'blue', 'white')
or a hex color of the form #rrggbbaa
, #rrggbb
, #rgba
or #rgb
The original nativeRaster
modified in-place.