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 ColorColor.getDefaultInstance()Color.Builder.getDefaultInstanceForType()Color.getDefaultInstanceForType()static ColorColor.parseDelimitedFrom(InputStream input) static ColorColor.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ColorColor.parseFrom(byte[] data) static ColorColor.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ColorColor.parseFrom(com.google.protobuf.ByteString data) static ColorColor.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ColorColor.parseFrom(com.google.protobuf.CodedInputStream input) static ColorColor.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ColorColor.parseFrom(InputStream input) static ColorColor.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ColorColor.parseFrom(ByteBuffer data) static ColorColor.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