# PlayerThemeCreationPayload

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **String** | Add a name for your player theme here. | [optional] 
**text** | **String** | RGBA color for timer text. Default: rgba(255, 255, 255, 1) | [optional] 
**link** | **String** | RGBA color for all controls. Default: rgba(255, 255, 255, 1) | [optional] 
**linkHover** | **String** | RGBA color for all controls when hovered. Default: rgba(255, 255, 255, 1) | [optional] 
**linkActive** | **String** | RGBA color for the play button when hovered. | [optional] 
**trackPlayed** | **String** | RGBA color playback bar: played content. Default: rgba(88, 131, 255, .95) | [optional] 
**trackUnplayed** | **String** | RGBA color playback bar: downloaded but unplayed (buffered) content. Default: rgba(255, 255, 255, .35) | [optional] 
**trackBackground** | **String** | RGBA color playback bar: background. Default: rgba(255, 255, 255, .2) | [optional] 
**backgroundTop** | **String** | RGBA color: top 50% of background. Default: rgba(0, 0, 0, .7) | [optional] 
**backgroundBottom** | **String** | RGBA color: bottom 50% of background. Default: rgba(0, 0, 0, .7) | [optional] 
**backgroundText** | **String** | RGBA color for title text. Default: rgba(255, 255, 255, 1) | [optional] 
**enableApi** | **Bool** | enable/disable player SDK access. Default: true | [optional] [default to true]
**enableControls** | **Bool** | enable/disable player controls. Default: true | [optional] [default to true]
**forceAutoplay** | **Bool** | enable/disable player autoplay. Default: false | [optional] [default to false]
**hideTitle** | **Bool** | enable/disable title. Default: false | [optional] [default to false]
**forceLoop** | **Bool** | enable/disable looping. Default: false | [optional] [default to false]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)