ColorPrimitive

ColorPrimitive

Overview

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

Very small color primitive with transparency support.

This class provides 1 method for working with ColorPrimitive 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: transparency.

Properties

NameTypeAccessDescription
transparencyintRead/WriteGets or sets the transparency.

Methods

SignatureDescription
__init__()Calls init on this ColorPrimitive instance.

See Also