| Package | Description |
|---|---|
| com.google.api.services.sheets.v4.model |
| Modifier and Type | Method and Description |
|---|---|
Color |
Color.clone() |
Color |
CellFormat.getBackgroundColor()
The background color of the cell.
|
Color |
InterpolationPoint.getColor()
The color this interpolation point should use.
|
Color |
Border.getColor()
The color of the border.
|
Color |
BandingProperties.getFirstBandColor()
The first color that is alternating.
|
Color |
BandingProperties.getFooterColor()
The color of the last row or column.
|
Color |
TextFormat.getForegroundColor()
The foreground color of the text.
|
Color |
BandingProperties.getHeaderColor()
The color of the first row or column.
|
Color |
BandingProperties.getSecondBandColor()
The second color that is alternating.
|
Color |
SheetProperties.getTabColor()
The color of the tab in the UI.
|
Color |
Color.set(java.lang.String fieldName,
java.lang.Object value) |
Color |
Color.setAlpha(java.lang.Float alpha)
The fraction of this color that should be applied to the pixel.
|
Color |
Color.setBlue(java.lang.Float blue)
The amount of blue in the color as a value in the interval [0, 1].
|
Color |
Color.setGreen(java.lang.Float green)
The amount of green in the color as a value in the interval [0, 1].
|
Color |
Color.setRed(java.lang.Float red)
The amount of red in the color as a value in the interval [0, 1].
|
| Modifier and Type | Method and Description |
|---|---|
CellFormat |
CellFormat.setBackgroundColor(Color backgroundColor)
The background color of the cell.
|
InterpolationPoint |
InterpolationPoint.setColor(Color color)
The color this interpolation point should use.
|
Border |
Border.setColor(Color color)
The color of the border.
|
BandingProperties |
BandingProperties.setFirstBandColor(Color firstBandColor)
The first color that is alternating.
|
BandingProperties |
BandingProperties.setFooterColor(Color footerColor)
The color of the last row or column.
|
TextFormat |
TextFormat.setForegroundColor(Color foregroundColor)
The foreground color of the text.
|
BandingProperties |
BandingProperties.setHeaderColor(Color headerColor)
The color of the first row or column.
|
BandingProperties |
BandingProperties.setSecondBandColor(Color secondBandColor)
The second color that is alternating.
|
SheetProperties |
SheetProperties.setTabColor(Color tabColor)
The color of the tab in the UI.
|