public final class

FixedProto.FixedColor.Builder

extends <any>

implements FixedProto.FixedColorOrBuilder

 java.lang.Object

↳<any>

↳androidx.wear.protolayout.expression.proto.FixedProto.FixedColor.Builder

Overview

 A fixed color type.
 
Protobuf type androidx.wear.protolayout.expression.proto.FixedColor

Summary

Methods
public FixedProto.FixedColor.BuilderclearArgb()

 The color value, in ARGB format.

public intgetArgb()

 The color value, in ARGB format.

public FixedProto.FixedColor.BuildersetArgb(int value)

 The color value, in ARGB format.

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

Methods

public int getArgb()

 The color value, in ARGB format.
 
uint32 argb = 1;

Returns:

The argb.

public FixedProto.FixedColor.Builder setArgb(int value)

 The color value, in ARGB format.
 
uint32 argb = 1;

Parameters:

value: The argb to set.

Returns:

This builder for chaining.

 The color value, in ARGB format.
 
uint32 argb = 1;

Returns:

This builder for chaining.