Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
RgbColor |
RgbColor.clone() |
RgbColor |
ThemeColorPair.getColor()
The concrete color corresponding to the theme color type above.
|
RgbColor |
OpaqueColor.getRgbColor()
An opaque RGB color.
|
RgbColor |
RgbColor.set(String fieldName,
Object value) |
RgbColor |
RgbColor.setBlue(Float blue)
The blue component of the color, from 0.0 to 1.0.
|
RgbColor |
RgbColor.setGreen(Float green)
The green component of the color, from 0.0 to 1.0.
|
RgbColor |
RgbColor.setRed(Float red)
The red component of the color, from 0.0 to 1.0.
|
Modifier and Type | Method and Description |
---|---|
ThemeColorPair |
ThemeColorPair.setColor(RgbColor color)
The concrete color corresponding to the theme color type above.
|
OpaqueColor |
OpaqueColor.setRgbColor(RgbColor rgbColor)
An opaque RGB color.
|
Copyright © 2011–2025 Google. All rights reserved.