libgig  4.0.0.6svn2980
gig::crossfade_t Struct Reference

Defines the envelope of a crossfade. More...

#include <gig.h>

Public Attributes

uint8_t in_start
 Start position of fade in. More...
 
uint8_t in_end
 End position of fade in. More...
 
uint8_t out_start
 Start position of fade out. More...
 
uint8_t out_end
 End postition of fade out. More...
 

Detailed Description

Defines the envelope of a crossfade.

Note: The default value for crossfade points is 0,0,0,0. Layers with such a default value should be treated as if they would not have a crossfade.

Definition at line 295 of file gig.h.

Member Data Documentation

uint8_t gig::crossfade_t::in_end

End position of fade in.

Definition at line 303 of file gig.h.

Referenced by gig::DimensionRegion::UpdateChunks().

uint8_t gig::crossfade_t::in_start

Start position of fade in.

Definition at line 302 of file gig.h.

Referenced by gig::DimensionRegion::UpdateChunks().

uint8_t gig::crossfade_t::out_end

End postition of fade out.

Definition at line 305 of file gig.h.

Referenced by gig::DimensionRegion::UpdateChunks().

uint8_t gig::crossfade_t::out_start

Start position of fade out.

Definition at line 304 of file gig.h.

Referenced by gig::DimensionRegion::UpdateChunks().


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