colorants property

colorants property

Gets or sets an ordered array of colorants (swatches) that are used in the document (including any in contained documents).

Definition:

@property
def colorants(self):
    ...
@colorants.setter
def colorants(self, value):
    ...

See Also