Isotope.Options.Cellular (Isotope v0.2.0)

View Source

Options available for cellular noises.

Summary

Types

distance_function()

@type distance_function() :: :euclidean | :manhattan | :natural

return_type()

@type return_type() ::
  :cell_value
  | :distance
  | :distance2
  | :distance2add
  | :distance2sub
  | :distance2mul
  | :distance2div

t()

@type t() :: %Isotope.Options.Cellular{
  distance_function: distance_function(),
  distance_indices: {integer(), integer()},
  jitter: float(),
  return_type: return_type()
}