githubEdit

Custom Skin Filter Examples

This page hopes to contains a vast set of example filters that will display the JSON code and then explain what precisely the filter is doing.

CICategoryBlur

CICategoryColorAdjustment

CICategoryColorEffect

"name": "CIColorMonochrome",
"parameters": {
  "inputIntensity": 0.5,
  "inputColor": {
    "r": "128",
    "g": "128",
    "b": "128"
  }
}

Makes the colors 50% closer to the color gray.

CICategoryCompositeOperation

CICategoryDistortionEffect

CICategoryGenerator

CICategoryGeometryAdjustment

Rotates image 180 degrees.

Scales image across the x-axis negatively, which reflects it over the x-axis.

CICategoryGradient

Creates a smooth linear gradient from Point0 to Point1.

CICategoryHalftoneEffect

CICategoryReduction

CICategorySharpen

CICategoryStylize

Creates a crystalized image similar to stained glass.

CICategoryTileEffect

CICategoryTransition

Last updated