Enum Color
A list of color types commonly used by an editor. In LSEdit, these correspond to the colors of the current editor theme.
[Serializable]
public enum Color : byte
- Extension Methods
Fields
BuiltinOperator = 16The color of a built-in operator.
ControlFlow = 4The color of a control flow keyword or operator.
Default = 0The default color.
EnumField = 29The color of an enumeration member.
EnumType = 30The color of an enumeration type.
Error = 25An error message.
ExpressionString = 28The color of the child expression of a nameof expression.
Field = 13The color of a field.
Function = 10The color of a function.
Information = 27An information message.
IntrinsicFunction = 31The color of an intrinsic function.
LocalValue = 11The color of a local immutable value.
LocalVariable = 12The color of a local variable.
Module = 8The color of a module.
Namespace = 9The color of a namespace.
NumericLiteral = 2The color of an integer or real literal.
OverloadedOperator = 15The color of an overloaded operator.
ParenLevel1 = 19The color of parentheses at nesting depth 1.
ParenLevel2 = 20The color of parentheses at nesting depth 2.
ParenLevel3 = 21The color of parentheses at nesting depth 3.
ParenLevel4 = 22The color of parentheses at nesting depth 4.
ParenLevel5 = 23The color of parentheses at nesting depth 5. At depth 6, the color will restart from ParenLevel1.
PrimitiveType = 18The color of a primitive type.
Property = 14The color of a property.
ReferenceType = 5The color of a reference type.
StringEscapeSequence = 24An escape sequence in a string.
StringLiteral = 1The color of a string literal.
TemplateType = 7The color of a template type.
TypeParameter = 17The color of a type parameter.
ValueType = 6The color of a value type.
Warning = 26A warning message.
Word = 3The color of a keyword.