Player Colors
data class PlayerColors(val liveButtonLive: Color = Color.Red, val liveButtonDvr: Color = Color.Gray)
Additional colors used by THEOplayer UI components.
Properties
Link copied to clipboard
The color of the circle icon of a LiveButton when playing behind the live point.
Link copied to clipboard
The color of the circle icon of a LiveButton when playing at the live point.