Class DebugExtensionsMouseTint
Extensions class for configuring mouse tint debugging.
Inherited Members
Namespace: SadConsole.Configuration
Assembly: SadConsole.Extended.dll
Syntax
public static class DebugExtensionsMouseTint
Methods
EnableMouseTintDebug(Builder)
Adds a RootComponents component that tints the object under the mouse Purple.
Declaration
public static Builder EnableMouseTintDebug(this Builder builder)
Parameters
Type | Name | Description |
---|---|---|
Builder | builder | The config builder. |
Returns
Type | Description |
---|---|
Builder | The config builder. |
EnableMouseTintDebug(Builder, Color)
Adds a RootComponents component that tints the object under the mouse.
Declaration
public static Builder EnableMouseTintDebug(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. |