public static interface Value.RgbColorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
double |
getAlpha()
The color's alpha channel.
|
int |
getBlue()
The color's blue channel.
|
int |
getGreen()
The color's green channel.
|
int |
getRed()
The color's red channel.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getRed()
The color's red channel. May not be above 255.
uint32 red = 1;int getGreen()
The color's green channel. May not be above 255.
uint32 green = 2;int getBlue()
The color's blue channel. May not be above 255.
uint32 blue = 3;double getAlpha()
The color's alpha channel. Must be between 0 and 1, inclusive.
double alpha = 4;