Class DebugExtensionsFocusedTint
Extensions class for configuring focused object tint debugging.
Inherited Members
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. |