public final class

ColorBuilders.ColorProp

extends java.lang.Object

 java.lang.Object

↳androidx.wear.tiles.ColorBuilders.ColorProp

Overview

A property defining a color.

Summary

Methods
public static ColorBuilders.ColorPropfromProto(ColorProto.ColorProp proto)

public intgetArgb()

Gets the color value, in ARGB format.

public ColorProto.ColorProptoProto()

from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Methods

public int getArgb()

Gets the color value, in ARGB format. Intended for testing purposes only.

public static ColorBuilders.ColorProp fromProto(ColorProto.ColorProp proto)

public ColorProto.ColorProp toProto()