add Methode
add(self, position, color, alpha)
Fügen Sie einen Farbverlaufsstopp hinzu.
def add(self, position, color, alpha):
...
| Parameter | Typ | Beschreibung |
|---|---|---|
| position | float | Die Position des Stopps in Prozent. |
| color | CellsColor | Die Farbe des Stopps. |
| alpha | int | Das Alpha der Farbe. |
add(self, position, color, alpha)
Fügen Sie einen Farbverlaufsstopp hinzu.
def add(self, position, color, alpha):
...
| Parameter | Typ | Beschreibung |
|---|---|---|
| position | float | Die Position des Stopps in Prozent. |
| color | aspose.pydrawing.Color | Die Farbe des Stopps. |
| alpha | int | Das Alpha der Farbe. |
Siehe auch
- Modul
aspose.cells.drawing - Klasse
GradientStopCollection