Class: Caman.Filter

Defined in: src/core/filter.coffee

Overview

Responsible for registering and storing all of the filters.

Class Method Summary

Class Method Details

+ (void) register(name, filterFunc)

Registers a filter function.

Parameters:

  • name (String) The name of the filter.
  • filterFunc (Function) The filter function.