Uses of Class
com.google.type.Color
Packages that use Color
-
Uses of Color in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return ColorModifier and TypeMethodDescriptionButton.Builder.getColor()
If set, the button is filled with a solid background color and the font color changes to maintain contrast with the background color.Button.getColor()
If set, the button is filled with a solid background color and the font color changes to maintain contrast with the background color.ButtonOrBuilder.getColor()
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.getStrokeColor()
The colors to use when the type is `BORDER_TYPE_STROKE`.BorderStyle.getStrokeColor()
The colors to use when the type is `BORDER_TYPE_STROKE`.BorderStyleOrBuilder.getStrokeColor()
The colors to use when the type is `BORDER_TYPE_STROKE`.Methods in com.google.apps.card.v1 with parameters of type ColorModifier and TypeMethodDescriptionButton.Builder.mergeColor
(Color value) 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.mergeStrokeColor
(Color value) The colors to use when the type is `BORDER_TYPE_STROKE`.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 value) The colors to use when the type is `BORDER_TYPE_STROKE`. -
Uses of Color in com.google.type
Methods in com.google.type that return ColorModifier and TypeMethodDescriptionColor.Builder.build()
Color.Builder.buildPartial()
static Color
Color.getDefaultInstance()
Color.Builder.getDefaultInstanceForType()
Color.getDefaultInstanceForType()
static Color
Color.parseDelimitedFrom
(InputStream input) static Color
Color.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Color
Color.parseFrom
(byte[] data) static Color
Color.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Color
Color.parseFrom
(com.google.protobuf.ByteString data) static Color
Color.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Color
Color.parseFrom
(com.google.protobuf.CodedInputStream input) static Color
Color.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Color
Color.parseFrom
(InputStream input) static Color
Color.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Color
Color.parseFrom
(ByteBuffer data) static Color
Color.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.type that return types with arguments of type ColorModifier and TypeMethodDescriptioncom.google.protobuf.Parser
<Color> Color.getParserForType()
static com.google.protobuf.Parser
<Color> Color.parser()
Methods in com.google.type with parameters of type Color