grid = [posint, posint]
Specifies the number of grid points for the noise. The grid and size options are mutually exclusive.
res_grid = [posint, posint]
Specifies the number of grid points for plotting the checkered terrain. This option changes the resolution of the plot. The res_grid and res_size options are mutually exclusive.
res_size = [positive, positive]
Specifies the size of the grid for plotting the checkered terrain. This option changes the resolution of the plot. The res_grid and res_size options are mutually exclusive.
size = [posint, posint]
Specifies the size of the grid, in meters, for adding noise. The grid and size options are mutually exclusive.
colors = list(string) or list(list(numeric))