GradientStop

Overview

GradientStop is a class in Aspose.Slides FOSS for Python. Inherits from: PVIObject, ISlideComponent, IPresentationComponent.

Represents a gradient format.

Properties

NameTypeAccessDescription
positionfloatReadReturns or sets the position (0..1) of a gradient stop.
colorIColorFormatReadReturns the color of a gradient stop.

See Also