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
| Name | Type | Access | Description |
|---|---|---|---|
background_color | `` | Read/Write | Gets or sets the background color. |
enable_shadows | bool | Read/Write | Gets or sets the enable shadows. |
asset_directories | List[str] | Read/Write | Gets or sets the asset directories. |
name | str | Read/Write | Gets or sets the name. |
properties | PropertyCollection | Read | Gets the properties. |
Methods
| Signature | Description |
|---|---|
__init__() | |
find_property(property_name: str) | |
get_property(property: str) | |
set_property(property: str, value) | Sets the property value. |
remove_property(property) |