| Package | Description |
|---|---|
| com.google.api.services.chat.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Color |
Color.clone() |
Color |
GoogleAppsCardV1Button.getColor()
If set, the button is filled with a solid background color and the font color changes to
maintain contrast with the background color.
|
Color |
GoogleAppsCardV1BorderStyle.getStrokeColor()
The colors to use when the type is `BORDER_TYPE_STROKE`.
|
Color |
Color.set(String fieldName,
Object value) |
Color |
Color.setAlpha(Float alpha)
The fraction of this color that should be applied to the pixel.
|
Color |
Color.setBlue(Float blue)
The amount of blue in the color as a value in the interval [0, 1].
|
Color |
Color.setGreen(Float green)
The amount of green in the color as a value in the interval [0, 1].
|
Color |
Color.setRed(Float red)
The amount of red in the color as a value in the interval [0, 1].
|
| Modifier and Type | Method and Description |
|---|---|
GoogleAppsCardV1Button |
GoogleAppsCardV1Button.setColor(Color color)
If set, the button is filled with a solid background color and the font color changes to
maintain contrast with the background color.
|
GoogleAppsCardV1BorderStyle |
GoogleAppsCardV1BorderStyle.setStrokeColor(Color strokeColor)
The colors to use when the type is `BORDER_TYPE_STROKE`.
|
Copyright © 2011–2024 Google. All rights reserved.