SocketTools .NET Edition

Terminal.DisplayColorMap Class

The class used to return the color map values.

For a list of all members of this type, see Terminal.DisplayColorMap Members.

System.Object
   SocketTools.Terminal.DisplayColorMap

[Visual Basic]
<DefaultMember(MemberName:="Item")>
Public Class Terminal.DisplayColorMap
[C#]
[DefaultMember(MemberName="Item")]
public class Terminal.DisplayColorMap

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The DisplayColorMap class returns information about the color map used by the virtual display. A read-only instance of this class is created by the Terminal class constructor and accessed using the ColorMap property.

Requirements

Namespace: SocketTools

Assembly: SocketTools.Terminal (in SocketTools.Terminal.dll)

See Also

Terminal.DisplayColorMap Members | SocketTools Namespace