Fixing up formatting of json in the markdown. authored by Kevin Meaney's avatar Kevin Meaney
......@@ -279,19 +279,16 @@ If we wanted to vary the inputAngle property of the motion blur filter in the im
}
"cifilterproperties":
[
{
"cifilterkey": "inputImage",
"cifiltervaleclass": "CIImage",
"cifiltervalue":
{
"mifiltername": "motionblur0",
"cifilterkey": "inputAngle",
"cifiltervalue": 1.57
}
}
]
}
Like during the creation of a filter chain, a filter in the filter chain can be referred to by its filter index, not just by its name identifier.
If you wanted to include the "destinationrectangle" property then it is defined with exactly the same format as the "sourcerectangle".
[Home](Home) | [Contents](Contents) | [Previous - Bitmap Graphic Context](BitmapGraphicContext) | [Next - Drawing Shapes Images and Text](DrawingShapesImagesAndText)
\ No newline at end of file