<!--
{
  "availability" : [
    "tvOS: 9.0.0 - 18.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "TVMLKit",
  "identifier" : "/documentation/TVMLKit/TVColor/color",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "TVMLKit"
    ],
    "preciseIdentifier" : "c:objc(cs)TVColor(py)color"
  },
  "title" : "color"
}
-->

# color

A <doc://com.apple.documentation/documentation/UIKit/UIColor> object used to color an element.

```
var color: UIColor? { get }
```

## Discussion

Only available when [`colorType`](/documentation/TVMLKit/TVColor/colorType) is set to [`TVColorType.plain`](/documentation/TVMLKit/TVColorType/plain).

---

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)