enum EdgeAAMode { EdgeAA_Inherit = 0x0000, EdgeAA_On = 0x0004, EdgeAA_Off = 0x0008, EdgeAA_Disable = 0x000C };
EdgeAAMode specifies the EdgeAA state as configured per TreeNode, as can be applied by TreeNode::SetEdgeAAMode or GFx::Movie::SetEdgeAAMode. By default, Inherit mode should be used by TreeNode, being changed based on this function call.
EdgeAAMode flag values match parts of TreeNodeFlags.
Members |
Description |
EdgeAA_Inherit = 0x0000 |
Take EdgeAA setting from parent; On by default. |
EdgeAA_On = 0x0004 |
Use EdgeAA for this node and its children, unless disabled. |
EdgeAA_Off = 0x0008 |
Do not use EdgeAA for this node or its children. |
EdgeAA_Disable = 0x000C |
Disable EdgeAA for this node and subtree, overriding on settings. |
Render_Constants.h