Android APIs
public static class

SearchOrbView.Colors

extends Object
java.lang.Object
   ↳ android.support.v17.leanback.widget.SearchOrbView.Colors

Class Overview

A set of colors used to display the search orb.

Summary

Fields
public int brightColor A brighter version of the search orb used for animation.
public int color The main color of the search orb.
public int iconColor A color used to tint the search orb icon.
Public Constructors
SearchOrbView.Colors(int color)
Constructs a color set using the given color for the search orb.
SearchOrbView.Colors(int color, int brightColor)
Constructs a color set using the given colors for the search orb.
SearchOrbView.Colors(int color, int brightColor, int iconColor)
Constructs a color set using the given colors.
Public Methods
static int getBrightColor(int color)
Computes a default brighter version of the given color.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public int brightColor

A brighter version of the search orb used for animation.

public int color

The main color of the search orb.

public int iconColor

A color used to tint the search orb icon.

Public Constructors

public SearchOrbView.Colors (int color)

Constructs a color set using the given color for the search orb. Other colors are provided by the framework.

Parameters
color The main search orb color.

public SearchOrbView.Colors (int color, int brightColor)

Constructs a color set using the given colors for the search orb. Other colors are provided by the framework.

Parameters
color The main search orb color.
brightColor A brighter version of the search orb used for animation.

public SearchOrbView.Colors (int color, int brightColor, int iconColor)

Constructs a color set using the given colors.

Parameters
color The main search orb color.
brightColor A brighter version of the search orb used for animation.
iconColor A color used to tint the search orb icon.

Public Methods

public static int getBrightColor (int color)

Computes a default brighter version of the given color.