TreeText::SetFilters

TreeText::SetFilters
void SetFilters(const Filter* filters, UPInt filtersCnt = 1);
Description

SetFilter sets filters on the text. More than one filter may be applied to the text. For example, a "blur" filter might be combined with either "glow" or "dropshadow" filter.

Parameters
Parameters 
Description 
const Filter* filters 
Pointer to the structure defining the filter that is set on the text. 
UPInt filtersCnt = 1 
Number of filters applied on the text.