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.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
background_color | `` | Read | Specifies the clear color used when rendering the image |
enable_shadows | bool | Read | Determines whether shadows are rendered in the output image |
asset_directories | List[str] | Read | Provides a list of directories to search for external assets during rendering |
_background_color | `` | Read | |
_enable_shadows | `` | Read | |
_asset_directories | `` | Read |
Methods
| Signature | Description |
|---|---|
__init__() |