Show / Hide Table of Contents

Class ColoredGlyphSerialized

Inheritance
object
ColoredGlyphSerialized
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: SadConsole.SerializedTypes
Assembly: SadConsole.dll
Syntax
public class ColoredGlyphSerialized

Constructors

ColoredGlyphSerialized()

Declaration
public ColoredGlyphSerialized()

Fields

Background

Declaration
public Color Background
Field Value
Type Description
Color

Decorators

Declaration
public CellDecorator[]? Decorators
Field Value
Type Description
CellDecorator[]

Foreground

Declaration
public Color Foreground
Field Value
Type Description
Color

Glyph

Declaration
public int Glyph
Field Value
Type Description
int

IsVisible

Declaration
public bool IsVisible
Field Value
Type Description
bool

Mirror

Declaration
public Mirror Mirror
Field Value
Type Description
Mirror

Operators

implicit operator ColoredGlyphSerialized(ColoredGlyph)

Declaration
public static implicit operator ColoredGlyphSerialized(ColoredGlyph cell)
Parameters
Type Name Description
ColoredGlyph cell
Returns
Type Description
ColoredGlyphSerialized

implicit operator ColoredGlyph(ColoredGlyphSerialized)

Declaration
public static implicit operator ColoredGlyph(ColoredGlyphSerialized cell)
Parameters
Type Name Description
ColoredGlyphSerialized cell
Returns
Type Description
ColoredGlyph

Extension Methods

ExtensionsSystem.GetDebuggerDisplayValue(object)
In this article

Back to top

Back to top Generated by DocFX