Uses of Class
com.google.type.Color.Builder
Packages that use Color.Builder
-
Uses of Color.Builder in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Color.BuilderModifier and TypeMethodDescriptionButton.Builder.getColorBuilder()
If set, the button is filled with a solid background color and the font color changes to maintain contrast with the background color.BorderStyle.Builder.getStrokeColorBuilder()
The colors to use when the type is `BORDER_TYPE_STROKE`.Methods in com.google.apps.card.v1 with parameters of type Color.BuilderModifier and TypeMethodDescriptionButton.Builder.setColor
(Color.Builder builderForValue) If set, the button is filled with a solid background color and the font color changes to maintain contrast with the background color.BorderStyle.Builder.setStrokeColor
(Color.Builder builderForValue) The colors to use when the type is `BORDER_TYPE_STROKE`. -
Uses of Color.Builder in com.google.type
Methods in com.google.type that return Color.BuilderModifier and TypeMethodDescriptionColor.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Color.Builder.clear()
Color.Builder.clearAlpha()
The fraction of this color that should be applied to the pixel.Color.Builder.clearBlue()
The amount of blue in the color as a value in the interval [0, 1].Color.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Color.Builder.clearGreen()
The amount of green in the color as a value in the interval [0, 1].Color.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Color.Builder.clearRed()
The amount of red in the color as a value in the interval [0, 1].Color.Builder.clone()
Color.Builder.mergeAlpha
(com.google.protobuf.FloatValue value) The fraction of this color that should be applied to the pixel.Color.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Color.Builder.mergeFrom
(com.google.protobuf.Message other) final Color.Builder
Color.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static Color.Builder
Color.newBuilder()
static Color.Builder
Color.newBuilder
(Color prototype) Color.newBuilderForType()
protected Color.Builder
Color.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Color.Builder.setAlpha
(com.google.protobuf.FloatValue value) The fraction of this color that should be applied to the pixel.Color.Builder.setAlpha
(com.google.protobuf.FloatValue.Builder builderForValue) The fraction of this color that should be applied to the pixel.Color.Builder.setBlue
(float value) The amount of blue in the color as a value in the interval [0, 1].Color.Builder.setGreen
(float value) The amount of green in the color as a value in the interval [0, 1].Color.Builder.setRed
(float value) The amount of red in the color as a value in the interval [0, 1].Color.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final Color.Builder
Color.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Color.toBuilder()