enum FilterFlagsType { FilterFlag_KnockOut = 0x20, FilterFlag_HideObject = 0x40, FilterFlag_FineBlur = 0x80 };
Describes the bit flags for filters.
Members |
Description |
FilterFlag_KnockOut = 0x20 |
Indicates that a knockout effect is applied on the text. |
FilterFlag_HideObject = 0x40 |
Indicates whether the object visibility is applied on the text. |
FilterFlag_FineBlur = 0x80 |
Indicates that a blur effect is applied on the text. |
Render_TreeText.h