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.

Properties

NameTypeAccessDescription
background_color``ReadSpecifies the clear color used when rendering the image
enable_shadowsboolReadDetermines whether shadows are rendered in the output image
asset_directoriesList[str]ReadProvides a list of directories to search for external assets during rendering
_background_color``Read
_enable_shadows``Read
_asset_directories``Read

Methods

SignatureDescription
__init__()

See Also