TreeText::Filter

TreeText::Filter
struct Filter {
  unsigned Type;
  union {
    struct {
      float BlurX;
      float BlurY;
      float Strength;
    } Blur;
    struct {
      float BlurX;
      float BlurY;
      float Strength;
      UInt32 Color;
      UInt8 Flags;
    } Glow;
    struct {
      float BlurX;
      float BlurY;
      float Strength;
      UInt32 Color;
      UInt8 Flags;
      float Angle;
      float Distance;
    } DropShadow;
  };
};
Description

Structure defining filters on the text.

Data Members
Data Member 
Description 
Type 
The type of the filter set on the text, see FilterType
Methods
Method 
Description 
Clears the "hideobject" flag on the text. 
Clears the "knockout" flag on the text. 
Filter constructor. 
Resets all data members of the Filter structure to its default values. 
Sets the filter type. 
Sets the "hideobject" flag on the text. 
Sets the "knockout" flag on the text. 
File

Render_TreeText.h