ImageRenderOptions

ImageRenderOptions

Overview

ImageRenderOptions is a class in Aspose.3D FOSS for Python. Inherits from: A3DObject.

ImageRenderOptions.background_color specifies the clear color used when rendering the image.

This class provides 5 methods for working with ImageRenderOptions objects in Python programs. Available methods include: __init__, find_property, get_property, remove_property, set_property. All public members are accessible to any Python application after installing the Aspose.3D FOSS for Python package. Properties: asset_directories, background_color, enable_shadows, name, properties.

Properties

NameTypeAccessDescription
background_color``Read/WriteGets or sets the background color.
enable_shadowsboolRead/WriteGets or sets the enable shadows.
asset_directoriesList[str]Read/WriteGets or sets the asset directories.
namestrRead/WriteGets or sets the name.
propertiesPropertyCollectionReadGets the properties.

Methods

SignatureDescription
__init__()
find_property(property_name: str)
get_property(property: str)
set_property(property: str, value)Sets the property value.
remove_property(property)

See Also