|
synfig-core
1.0.3
|
ContextParams is a class to store rendering parameters significant for Context. More...
#include <context.h>
Public Member Functions | |
| ContextParams (bool render_excluded_contexts=false) | |
Public Attributes | |
| bool | render_excluded_contexts |
When true layers with exclude_from_rendering flag should be rendered. | |
| bool | z_range |
When true layers are visible only in Z_Depth range. | |
| Real | z_range_position |
| Defines the starting position to apply Z_Depth visibility. | |
| Real | z_range_depth |
| Defines the depth of the range of the Z_Depth visibility. | |
| Real | z_range_blur |
| Layers with z_Depth inside transition are partially visibile. | |
ContextParams is a class to store rendering parameters significant for Context.
|
inlineexplicit |
| bool synfig::ContextParams::render_excluded_contexts |
When true layers with exclude_from_rendering flag should be rendered.
Referenced by synfig::Context::active().
| bool synfig::ContextParams::z_range |
When true layers are visible only in Z_Depth range.
Referenced by synfig::Layer_Switch::apply_z_range_to_params(), synfig::Layer_Group::apply_z_range_to_params(), and synfig::Context::z_depth_visibility().
| Real synfig::ContextParams::z_range_position |
Defines the starting position to apply Z_Depth visibility.
Referenced by synfig::Layer_Switch::apply_z_range_to_params(), synfig::Layer_Group::apply_z_range_to_params(), and synfig::Context::z_depth_visibility().
| Real synfig::ContextParams::z_range_depth |
Defines the depth of the range of the Z_Depth visibility.
Referenced by synfig::Layer_Switch::apply_z_range_to_params(), synfig::Layer_Group::apply_z_range_to_params(), and synfig::Context::z_depth_visibility().
| Real synfig::ContextParams::z_range_blur |
Layers with z_Depth inside transition are partially visibile.
Referenced by synfig::Layer_Switch::apply_z_range_to_params(), synfig::Layer_Group::apply_z_range_to_params(), and synfig::Context::z_depth_visibility().
1.8.1.2