Class: Toybox.Media.PlayerColors
- Inherits:
-
Toybox.Lang.Object
Overview
Provides the media player with specific colors for the UI
Instance Member Summary collapse
-
backgroundColor as Graphics.ColorType
The background color for the media player.
-
foregroundColor as Graphics.ColorType
The foreground color for the media player.
-
highlightBorderColor as Graphics.ColorType
The border color behind the currently selected icon.
-
highlightFillColor as Graphics.ColorType
The fill color behind the currently selected icon.
-
progressBarBackgroundColor as Graphics.ColorType
The color of the progress bar for total time.
-
progressBarForegroundColor as Graphics.ColorType
The color of the progress bar for elapsed time.
-
textColor as Graphics.ColorType
The color of the text in the media player.
Instance Attribute Details
var backgroundColor as Graphics.ColorType
The background color for the media player
var foregroundColor as Graphics.ColorType
The foreground color for the media player
var highlightBorderColor as Graphics.ColorType
The border color behind the currently selected icon
var highlightFillColor as Graphics.ColorType
The fill color behind the currently selected icon
var progressBarBackgroundColor as Graphics.ColorType
The color of the progress bar for total time
var progressBarForegroundColor as Graphics.ColorType
The color of the progress bar for elapsed time
var textColor as Graphics.ColorType
The color of the text in the media player