synfig-core  1.0.3
Public Member Functions | Public Attributes | List of all members
synfig::ContextParams Class Reference

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.

Detailed Description

ContextParams is a class to store rendering parameters significant for Context.

See Also
Context

Constructor & Destructor Documentation

synfig::ContextParams::ContextParams ( bool  render_excluded_contexts = false)
inlineexplicit

Member Data Documentation

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
Real synfig::ContextParams::z_range_position
Real synfig::ContextParams::z_range_depth
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().


The documentation for this class was generated from the following file: