Class: Toybox.Media.PlayerColors

Overview

Provides the media player with specific colors for the UI

Since:

API Level 3.0.3

Instance Member Summary collapse

Instance Attribute Details

var backgroundColor as Graphics.ColorType

The background color for the media player

Since:

API Level 3.0.3

var foregroundColor as Graphics.ColorType

The foreground color for the media player

Since:

API Level 3.0.3

var highlightBorderColor as Graphics.ColorType

The border color behind the currently selected icon

Since:

API Level 3.0.3

var highlightFillColor as Graphics.ColorType

The fill color behind the currently selected icon

Since:

API Level 3.0.3

var progressBarBackgroundColor as Graphics.ColorType

The color of the progress bar for total time

Since:

API Level 3.0.3

var progressBarForegroundColor as Graphics.ColorType

The color of the progress bar for elapsed time

Since:

API Level 3.0.3

var textColor as Graphics.ColorType

The color of the text in the media player

Since:

API Level 3.0.3


Generated Mar 18, 2024 2:40:12 PM