Package | Description |
---|---|
com.google.api.services.slides.v1.model |
Modifier and Type | Method and Description |
---|---|
ColorStop |
ColorStop.clone() |
ColorStop |
ColorStop.set(String fieldName,
Object value) |
ColorStop |
ColorStop.setAlpha(Float alpha)
The alpha value of this color in the gradient band.
|
ColorStop |
ColorStop.setColor(OpaqueColor color)
The color of the gradient stop.
|
ColorStop |
ColorStop.setPosition(Float position)
The relative position of the color stop in the gradient band measured in percentage.
|
Modifier and Type | Method and Description |
---|---|
List<ColorStop> |
Recolor.getRecolorStops()
The recolor effect is represented by a gradient, which is a list of color stops.
|
Modifier and Type | Method and Description |
---|---|
Recolor |
Recolor.setRecolorStops(List<ColorStop> recolorStops)
The recolor effect is represented by a gradient, which is a list of color stops.
|
Copyright © 2011–2025 Google. All rights reserved.