<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreImage",
  "identifier" : "/documentation/CoreImage/CIShadedMaterial",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "Core Image"
    ],
    "preciseIdentifier" : "c:objc(pl)CIShadedMaterial"
  },
  "title" : "CIShadedMaterial"
}
-->

# CIShadedMaterial

The properties you use to configure a shaded material filter.

```
protocol CIShadedMaterial : CIFilterProtocol
```

## Topics

### Instance Properties

[`inputImage`](/documentation/CoreImage/CIShadedMaterial/inputImage)

The image to use as an input image.

[`scale`](/documentation/CoreImage/CIShadedMaterial/scale)

The scale of the effect.

[`shadingImage`](/documentation/CoreImage/CIShadedMaterial/shadingImage)

The image to use as the height field.

## See Also

[`shadedMaterial()`](/documentation/CoreImage/CIFilter-swift.class/shadedMaterial())

Creates a shaded image from a height-field image.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)