Show / Hide Table of Contents

Class DebugExtensionsFocusedTint

Extensions class for configuring focused object tint debugging.

Inheritance
object
DebugExtensionsFocusedTint
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: SadConsole.Configuration
Assembly: SadConsole.Extended.dll
Syntax
public static class DebugExtensionsFocusedTint

Methods

EnableFocusedObjectTintDebug(Builder)

Adds a RootComponents component that tints the currently focused object.

Declaration
public static Builder EnableFocusedObjectTintDebug(this Builder builder)
Parameters
Type Name Description
Builder builder

The config builder.

Returns
Type Description
Builder

The config builder.

EnableFocusedObjectTintDebug(Builder, Color)

Adds a RootComponents component that tints the object under the mouse.

Declaration
public static Builder EnableFocusedObjectTintDebug(this Builder builder, Color tintColor)
Parameters
Type Name Description
Builder builder

The config builder.

Color tintColor

The color to tint objects.

Returns
Type Description
Builder

The config builder.

In this article

Back to top

Back to top Generated by DocFX