currently this class represents the CoreImage Filters you can apply to a SCImage. All the built-in filters and docs: http://developer.apple.com/documentation/GraphicsImaging/Reference/CoreImageFilterReference/Reference/reference.html
Returns a Dictionary containing all the filters associated by categories.
returns an IdentityDictionary containing for each association:
Once you know the attributes you can set them like using normal instance setters, use the name and append '_'.
get the numerical range and the default Value for an attribute. returns an Array as [ min, max, default ]
. min, max, or default may be a Float, a Color, an Array or Nil.
returns all the values you set for each attributes. If a value is not explicitly set for an attribute, it will be set to default when applied to the SCImage.
set the attributes for this SCImageFilter
enable or not the Filter when applied to a SCImage.
value |
If this is false, applying the filter will do nothing. |