class Tonemapping : PostProcess

robot_2Generated
code_blocksInput

Description

The Tonemapping class in the Sandbox namespace is responsible for applying a tonemapping effect to the camera. This class is part of the post-processing category and provides various properties to control the tonemapping algorithm and exposure settings.

Members

Instance Members

Member NameSummary
SetupCameraSets up the camera with the specified tonemapping settings.
ModeWhich tonemapping algorithm to use for color grading.
ExposureBiasObsolete. Use other exposure settings instead.
ExposureMethodDetermines the method used for exposure calculation.
AutoExposureEnabledEnables or disables automatic exposure adjustment.
MinimumExposureSets the minimum exposure level for auto exposure.
MaximumExposureSets the maximum exposure level for auto exposure.
ExposureCompensationAdjusts the exposure compensation for auto exposure.
RateDetermines the rate of change for auto exposure adjustments.
ComponentVersionGets the version of the component.