| Package | Description |
|---|---|
| com.google.type |
| Modifier and Type | Method and Description |
|---|---|
Color.Builder |
Color.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Color.Builder |
Color.Builder.clear() |
Color.Builder |
Color.Builder.clearAlpha()
The fraction of this color that should be applied to the pixel.
|
Color.Builder |
Color.Builder.clearBlue()
The amount of blue in the color as a value in the interval [0, 1].
|
Color.Builder |
Color.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Color.Builder |
Color.Builder.clearGreen()
The amount of green in the color as a value in the interval [0, 1].
|
Color.Builder |
Color.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Color.Builder |
Color.Builder.clearRed()
The amount of red in the color as a value in the interval [0, 1].
|
Color.Builder |
Color.Builder.clone() |
Color.Builder |
Color.Builder.mergeAlpha(com.google.protobuf.FloatValue value)
The fraction of this color that should be applied to the pixel.
|
Color.Builder |
Color.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Color.Builder |
Color.Builder.mergeFrom(Color other) |
Color.Builder |
Color.Builder.mergeFrom(com.google.protobuf.Message other) |
Color.Builder |
Color.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Color.Builder |
Color.newBuilder() |
static Color.Builder |
Color.newBuilder(Color prototype) |
Color.Builder |
Color.newBuilderForType() |
protected Color.Builder |
Color.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Color.Builder |
Color.Builder.setAlpha(com.google.protobuf.FloatValue.Builder builderForValue)
The fraction of this color that should be applied to the pixel.
|
Color.Builder |
Color.Builder.setAlpha(com.google.protobuf.FloatValue value)
The fraction of this color that should be applied to the pixel.
|
Color.Builder |
Color.Builder.setBlue(float value)
The amount of blue in the color as a value in the interval [0, 1].
|
Color.Builder |
Color.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Color.Builder |
Color.Builder.setGreen(float value)
The amount of green in the color as a value in the interval [0, 1].
|
Color.Builder |
Color.Builder.setRed(float value)
The amount of red in the color as a value in the interval [0, 1].
|
Color.Builder |
Color.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Color.Builder |
Color.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Color.Builder |
Color.toBuilder() |
Copyright © 2020 Google LLC. All rights reserved.