| synopsis || arguments || prev || next |

kdu_region_compositor::cull_inactive_layers

Java: Kdu_region_compositor::Cull_inactive_layers

void cull_inactive_layers( int max_inactive)

Java: void Cull_inactive_layers( int max_inactive)

[Declared in "../apps/support/kdu_region_compositor.h"]

Go to class description.


Synopsis

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.


Arguments

max_inactive [int]

Number of most recently active compositing layers to leave on the inactive list.


| top || synopsis || arguments || prev || next |