COLORIZER_ATTRIBUTE Enum

Definition

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

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.

HUMAN_TEXT_ATTR 16777216

Text to be treated as natural language text.

LINE_MARKER_MASK 1032192

Used internally by the editor. Not used by clients.

PRIVATE_CLIENT_MASK 15728640

Reserved for editor-client use.

PRIVATE_EDITOR_MASK -67108864

Top six bits reserved for editor internal use.

SEPARATOR_AFTER_ATTR 33554432

Indicates that a visual line separator should follow the character's line.

Applies to