FireTVPlayerLightTheme

public struct FireTVPlayerLightTheme : FireTVPlayerThemeProtocol

Light theme for a fire tv player

  • Color for the background of the view

    Declaration

    Swift

    public let backgroundColor: UIColor
  • Tint color for the close button of the player view

    Declaration

    Swift

    public let closeButtonTintColor: UIColor
  • Color to be used for labels

    Declaration

    Swift

    public let labelColor: UIColor
  • Tint color for a position slider if used

    Declaration

    Swift

    public let positionSliderTintColor: UIColor
  • Tint color for the control buttons, like play and pause

    Declaration

    Swift

    public let controlButtonTintColor: UIColor
  • Color of the activity indicator view

    Declaration

    Swift

    public let activityIndicatorViewColor: UIColor
  • Initializes the theme with the appropriate colors

    Declaration

    Swift

    public init()