PlayerColors

data class PlayerColors(val liveButtonLive: Color = Color.Red, val liveButtonDvr: Color = Color.Gray)

Additional colors used by THEOplayer UI components.

Constructors

Link copied to clipboard
constructor(liveButtonLive: Color = Color.Red, liveButtonDvr: Color = Color.Gray)

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.