---
title: TVColorType
framework: tvmlkit
role: symbol
role_heading: Enumeration
path: tvmlkit/tvcolortype
---

# TVColorType

Designates how color for an element is to be displayed.

## Declaration

```swift
enum TVColorType
```

## Topics

### Constants

- [TVColorType.none](tvmlkit/tvcolortype/none.md)
- [TVColorType.plain](tvmlkit/tvcolortype/plain.md)
- [TVColorType.linearGradientTopToBottom](tvmlkit/tvcolortype/lineargradienttoptobottom.md)
- [TVColorType.linearGradientLeftToRight](tvmlkit/tvcolortype/lineargradientlefttoright.md)

### Initializers

- [init(rawValue:)](tvmlkit/tvcolortype/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Getting Color Properties

- [color](tvmlkit/tvcolor/color.md)
- [colorType](tvmlkit/tvcolor/colortype.md)
- [gradientColors](tvmlkit/tvcolor/gradientcolors.md)
- [gradientPoints](tvmlkit/tvcolor/gradientpoints.md)
