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

NameTypeAccessDescription
value0floatRead/WriteGets or sets the value0.
value1floatRead/WriteGets or sets the value1.
value2floatRead/WriteGets or sets the value2.

Methods

SignatureDescription
__init__()
value0()floatDefines first value of offset.
value1()floatDefines second value of offset.
value2()floatDefines third value of offset.

See Also