---
title: CustomMaterial.EmissiveColor
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/custommaterial/emissivecolor-swift.struct
---

# CustomMaterial.EmissiveColor

An object that defines the color of the light an entity emits.

## Declaration

```swift
struct EmissiveColor
```

## Topics

### Creating an emissive color object

- [init(_:)](realitykit/custommaterial/emissivecolor-swift.struct/init(_:).md)
- [init(color:texture:)](realitykit/custommaterial/emissivecolor-swift.struct/init(color:texture:)-xkh3.md)
- [init(color:texture:)](realitykit/custommaterial/emissivecolor-swift.struct/init(color:texture:)-81kgh.md)

### Accessing emissive color data

- [texture](realitykit/custommaterial/emissivecolor-swift.struct/texture.md)
- [color](realitykit/custommaterial/emissivecolor-swift.struct/color-5hrho.md)
- [color](realitykit/custommaterial/emissivecolor-swift.struct/color-9scic.md)

### Initializers

- [init(color:texture:)](realitykit/custommaterial/emissivecolor-swift.struct/init(color:texture:).md)

## See Also

### Custom material types

- [CustomMaterial.Custom](realitykit/custommaterial/custom-swift.struct.md)
- [CustomMaterial.CustomMaterialTexture](realitykit/custommaterial/custommaterialtexture.md)
- [CustomMaterial.LightingModel](realitykit/custommaterial/lightingmodel-swift.enum.md)
- [CustomMaterial.BaseColor](realitykit/custommaterial/basecolor-swift.struct.md)
- [CustomMaterial.Roughness](realitykit/custommaterial/roughness-swift.struct.md)
- [CustomMaterial.Metallic](realitykit/custommaterial/metallic-swift.struct.md)
- [CustomMaterial.Normal](realitykit/custommaterial/normal-swift.struct.md)
- [CustomMaterial.Blending](realitykit/custommaterial/blending-swift.enum.md)
- [CustomMaterial.Opacity](realitykit/custommaterial/opacity.md)
- [CustomMaterial.AmbientOcclusion](realitykit/custommaterial/ambientocclusion-swift.struct.md)
- [CustomMaterial.Specular](realitykit/custommaterial/specular-swift.struct.md)
- [CustomMaterial.Clearcoat](realitykit/custommaterial/clearcoat-swift.struct.md)
- [CustomMaterial.ClearcoatNormal](realitykit/custommaterial/clearcoatnormal-swift.struct.md)
- [CustomMaterial.ResourceStorage](realitykit/custommaterial/resourcestorage.md)
- [CustomMaterial.TextureCoordinateTransform](realitykit/custommaterial/texturecoordinatetransform-swift.typealias.md)
