auxiliary_color property

auxiliary_color property

Gets or sets the auxiliary color to be used when rendering the 3D content. The interpretation of this color depends on the PdfSaveOptions.render_mode

Definition:

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

See Also