Interface RgbColorOrBuilder (0.25.0)

public interface RgbColorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getBlue()

public abstract int getBlue()

Optional. Values in [0, 255].

int32 blue = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The blue.

getGreen()

public abstract int getGreen()

Optional. Values in [0, 255].

int32 green = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The green.

getRed()

public abstract int getRed()

Optional. Values in [0, 255].

int32 red = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The red.