Color — Represents the color in a presentation.
Package: aspose.slides_foss
Properties
| Property | Type | Access | Description |
|---|
r | int | Read-only | |
g | int | Read-only | |
b | int | Read-only | |
a | int | Read-only | |
Methods
| Method | Returns | Description |
|---|
from_argb(a: int, r: int, g: int, b: int) | Color | |
See Also