<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 26.0.0 -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/PhysicallyBasedMaterial/SheenColor",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:17RealityFoundation23PhysicallyBasedMaterialV10SheenColorV"
  },
  "title" : "PhysicallyBasedMaterial.SheenColor"
}
-->

# PhysicallyBasedMaterial.SheenColor

An object that defines the color of an entity’s sheen.

```
struct SheenColor
```

## Overview

Use `sheen` to add specular highlights that simulate subtle reflections,
like the ones that occur on materials such as fabrics. Use this object
to define the color of the highlights.

## Topics

### Creating a sheen color

[`init(tint: UIColor, texture: MaterialParameters.Texture?)`](/documentation/RealityKit/PhysicallyBasedMaterial/SheenColor/init(tint:texture:)-6kcl7)

Creates a sheen color in macOS.

[`init(tint: NSColor, texture: MaterialParameters.Texture?)`](/documentation/RealityKit/PhysicallyBasedMaterial/SheenColor/init(tint:texture:)-12ev9)

Creates a sheen color in macOS.

### Accessing texture data

[`var texture: PhysicallyBasedMaterial.Texture?`](/documentation/RealityKit/PhysicallyBasedMaterial/SheenColor/texture)

An optional image texture for defining the property.

[`static let textureSemantic: TextureResource.Semantic`](/documentation/RealityKit/PhysicallyBasedMaterial/SheenColor/textureSemantic)

The intended use of the object’s texture property.

### Initializers

[`init(tint:texture:)`](/documentation/RealityKit/PhysicallyBasedMaterial/SheenColor/init(tint:texture:))

Creates a sheen color in macOS.

### Instance Properties

[`var tint: UIColor`](/documentation/RealityKit/PhysicallyBasedMaterial/SheenColor/tint-20njd)

[`var tint: NSColor`](/documentation/RealityKit/PhysicallyBasedMaterial/SheenColor/tint-8az9f)

---

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)