| synopsis || arguments || prev || next |
void cull_inactive_layers( int max_inactive)
Java: void Cull_inactive_layers( int max_inactive)
[Declared in "../apps/support/kdu_region_compositor.h"]
This function may be used to remove some of the least recently used layers from the internal inactive list. Compositing layers are added to this list when remove_compositing_layer is called with a permanent argument of false. Old layers are also moved to the inactive list when set_frame is used to advance to a new frame in an animation.
Number of most recently active compositing layers to leave on the inactive list.