COLORIZER_ATTRIBUTE Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies color attributes of the text.
public enum class COLORIZER_ATTRIBUTE
public enum class COLORIZER_ATTRIBUTE
enum COLORIZER_ATTRIBUTE
public enum COLORIZER_ATTRIBUTE
type COLORIZER_ATTRIBUTE =
Public Enum COLORIZER_ATTRIBUTE
- Inheritance
-
COLORIZER_ATTRIBUTE
Fields
Name | Value | Description |
---|---|---|
PRIVATE_EDITOR_MASK | -67108864 | Top six bits reserved for editor internal use. |
COLOR_INDEX_MASK | 255 | Indicates the colorable item index to use to render the character. |
COLOR_MARKER_MASK | 16128 | Used internally by the editor. Not used by clients. |
LINE_MARKER_MASK | 1032192 | Used internally by the editor. Not used by clients. |
PRIVATE_CLIENT_MASK | 15728640 | Reserved for editor-client use. |
HUMAN_TEXT_ATTR | 16777216 | Text to be treated as natural language text. |
SEPARATOR_AFTER_ATTR | 33554432 | Indicates that a visual line separator should follow the character's line. |