ColorMode
Description:
[ Flags ]
public enum ColorMode
Values added to a Color to affect how the color is used in drawing operations.
Content:
Enum values:
- WRITE - Overwrite any existing color
- XOR - XOR this color with the existing color
- OR - OR this color with the existing color
- AND - AND this color with the existing color
- IMAGE - Overwrite existing color unless this
color is NONE.
- UNDERLINE_TEXT -