-
Notifications
You must be signed in to change notification settings - Fork 0
CIShadedMaterial
Eric McConville edited this page Jun 21, 2015
·
2 revisions
Produces a shaded image from a height field. The height field is defined to have greater heights with lighter shades, and lesser heights (lower areas) with darker shades. You can combine this filter with the CIHeightFieldFromMask filter to produce quick shadings of masks, such as text.
- -inputImage <image> : The image to use as an input image. For filters that also use a background image, this is the foreground image.
- -inputScale <number> : THe scale of the effect. The higher the value, the more dramatic the effect. [Default 10]
- -inputShadingImage <image> : The image to use as the height field. The resulting image has greater heights with lighter shades, and lesser heights (lower areas) with darker shades.