---
title: TextureResource.Semantic.hdrColor
framework: realitykit
role: symbol
role_heading: Case
path: realitykit/textureresource/semantic-swift.enum/hdrcolor
---

# TextureResource.Semantic.hdrColor

Use the texture to store a high-dynamic range image.

## Declaration

```swift
case hdrColor
```

## Discussion

Discussion Properties that specify a semantic of hdrColor use the texture to store high-dynamic range RGB color data. If the source image contains color space information, RealityKit modifies the individual pixels to fit the color space. If the source image is grayscale, RealityKit converts it to an RGB image first.

## See Also

### Specifying intended use

- [TextureResource.Semantic.raw](realitykit/textureresource/semantic-swift.enum/raw.md)
- [TextureResource.Semantic.color](realitykit/textureresource/semantic-swift.enum/color.md)
- [TextureResource.Semantic.normal](realitykit/textureresource/semantic-swift.enum/normal.md)
- [TextureResource.Semantic.scalar](realitykit/textureresource/semantic-swift.enum/scalar.md)
