ColorOffset
Overview
ColorOffset is a class in Aspose.Slides FOSS for Python.
Inherits from: IColorOffset.
Represent color offset.
This class provides 4 methods for working with ColorOffset objects in Python programs.
Available methods include: __init__, value0, value1, value2.
All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package.
Properties: value0, value1, value2.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
value0 | float | Read/Write | Gets or sets the value0. |
value1 | float | Read/Write | Gets or sets the value1. |
value2 | float | Read/Write | Gets or sets the value2. |
Methods
| Signature | Description |
|---|---|
__init__() | |
value0() → float | Defines first value of offset. |
value1() → float | Defines second value of offset. |
value2() → float | Defines third value of offset. |