View Source Isotope.Options.Cellular (Isotope v0.2.0)

Options available for cellular noises.

Link to this section Summary

Link to this section Types

@type distance_function() :: :euclidean | :manhattan | :natural
@type return_type() ::
  :cell_value
  | :distance
  | :distance2
  | :distance2add
  | :distance2sub
  | :distance2mul
  | :distance2div
@type t() :: %Isotope.Options.Cellular{
  distance_function: distance_function(),
  distance_indices: {integer(), integer()},
  jitter: float(),
  return_type: return_type()
}