<!--
{
  "availability" : [
    "tvOS: 9.0.0 - 18.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "TVMLKit",
  "identifier" : "/documentation/TVMLKit/TVColorType",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "TVMLKit"
    ],
    "preciseIdentifier" : "c:@E@TVColorType"
  },
  "title" : "TVColorType"
}
-->

# TVColorType

Designates how color for an element is to be displayed.

```
enum TVColorType
```

## Topics

### Constants

[`TVColorType.none`](/documentation/TVMLKit/TVColorType/none)

Indicates that there is no color associated with an element.

[`TVColorType.plain`](/documentation/TVMLKit/TVColorType/plain)

Indicates that a single color is to be used with an element.

[`TVColorType.linearGradientTopToBottom`](/documentation/TVMLKit/TVColorType/linearGradientTopToBottom)

Indicates that a color gradient goes from the top to the bottom of an element.

[`TVColorType.linearGradientLeftToRight`](/documentation/TVMLKit/TVColorType/linearGradientLeftToRight)

Indicates that a color gradient goes from the left to the right of an element.



---

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)