GradientAxialShading

GradientAxialShading

Overview

GradientAxialShading is a class in Aspose.PDF FOSS for Python.

Represents axial (linear) gradient shading.

This class provides 1 method for working with GradientAxialShading objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package. Properties: end, end_color, start, start_color.

Properties

NameTypeAccessDescription
start_colorColorReadGet the start color.
end_colorColorReadGet the end color.
startPointReadGet the start point.
endPointReadGet the end point.

Methods

SignatureDescription
__init__(start_color: Color, end_color: Color, start: Point | None, end: Point | None)Initialize axial gradient shading.

See Also