public interface ColorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getBlue()
The amount of blue in the color as a value in the interval [0, 1].
|
float |
getGreen()
The amount of green in the color as a value in the interval [0, 1].
|
float |
getRed()
The amount of red in the color as a value in the interval [0, 1].
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffloat getRed()
The amount of red in the color as a value in the interval [0, 1].
float red = 1;float getGreen()
The amount of green in the color as a value in the interval [0, 1].
float green = 2;float getBlue()
The amount of blue in the color as a value in the interval [0, 1].
float blue = 3;Copyright © 2022 Google LLC. All rights reserved.