Filter

Filter
Scaleform::Render::Filter
Declaration
class Filter : public RefCountBase<Filter, Stat_Default_Mem>;
Description

Allocatable Filter base class. Filters are combined into FilterSet(s) and associated with FilterState(s). 

A filter can be modified until it is frozen, at which point it becomes read only for thread safety concerns.

Methods
Method 
Description 
Determines whether filters may be able to cache across transformations. 
Creates a new, un-frozen copy of the filter. 
Filter constructor. 
Freezes a filter so that it can no longer be modified. 
Returns the filter type of the filter. 
Checks if filters are enabled even though they do not produce any visible effect. 
Determines if the filter was frozen for thread-safety reasons. Once frozen, filter can no longer be modified. 
File

Render_Filters.h