PostprocessingEffect¶
-
class
PostprocessingEffect¶ -
-
property
postprocess¶ The parent postprocess.
- Type
Postprocess, read-only
-
property
index¶ The index of this postprocessing effect in the postprocessing effect list.
- Type
- Raises
ReadOnlyError -- If
Databaseis in read only mode.
-
property
enabled¶ Whether the postprocessing effect is enabled.
- Type
- Raises
ReadOnlyError -- If
Databaseis in read only mode.
-
remove(force = False)¶ Delete this postprocessing effect
Note
By default, only not used postprocessing effect can be deleted (
InUseErroris raised otherwise), useforceto force deletion of used postprocessing effect.- Parameters
force (bool) -- Force the deletion of the postprocessing effect even if it is in use.
- Raises
InUseError -- If
forceisFalseand the postprocessing effect is used.ReadOnlyError -- If
Databaseis in read only mode.
-
property
PostprocessingEffectBloom¶
-
class
PostprocessingEffectBloom¶ Base class:
PostprocessingEffect-
property
postprocess¶ The parent postprocess.
- Type
Postprocess, read-only
-
property
index¶ The index of this postprocessing effect in the postprocessing effect list.
- Type
- Raises
ReadOnlyError -- If
Databaseis in read only mode.
-
property
enabled¶ Whether the postprocessing effect is enabled.
- Type
- Raises
ReadOnlyError -- If
Databaseis in read only mode.
-
property
threshold¶ The threshold for the blooom effect.
- Type
- Raises
ReadOnlyError -- If
Databaseis in read only mode.
-
property
factor¶ The factor applied to the bloom effect.
- Type
- Raises
ReadOnlyError -- If
Databaseis in read only mode.
-
property
radius¶ The radius of the bloom effect.
- Type
- Raises
ReadOnlyError -- If
Databaseis in read only mode.
-
remove(force = False)¶ Delete this postprocessing effect
Note
By default, only not used postprocessing effect can be deleted (
InUseErroris raised otherwise), useforceto force deletion of used postprocessing effect.- Parameters
force (bool) -- Force the deletion of the postprocessing effect even if it is in use.
- Raises
InUseError -- If
forceisFalseand the postprocessing effect is used.ReadOnlyError -- If
Databaseis in read only mode.
-
property
PostprocessingEffectBlur¶
-
class
PostprocessingEffectBlur¶ Base class:
PostprocessingEffect-
property
postprocess¶ The parent postprocess.
- Type
Postprocess, read-only
-
property
index¶ The index of this postprocessing effect in the postprocessing effect list.
- Type
- Raises
ReadOnlyError -- If
Databaseis in read only mode.
-
property
enabled¶ Whether the postprocessing effect is enabled.
- Type
- Raises
ReadOnlyError -- If
Databaseis in read only mode.
-
property
radius¶ The radius of the blur effect.
- Type
- Raises
ReadOnlyError -- If
Databaseis in read only mode.
-
remove(force = False)¶ Delete this postprocessing effect
Note
By default, only not used postprocessing effect can be deleted (
InUseErroris raised otherwise), useforceto force deletion of used postprocessing effect.- Parameters
force (bool) -- Force the deletion of the postprocessing effect even if it is in use.
- Raises
InUseError -- If
forceisFalseand the postprocessing effect is used.ReadOnlyError -- If
Databaseis in read only mode.
-
property