Skip to content

DebugExtensionsFocusedTint Class

Extensions class for configuring focused object tint debugging.

C#
public static class DebugExtensionsFocusedTint

Inheritance object

Adds a RootComponents component that tints the currently focused object.

C#
public static Builder EnableFocusedObjectTintDebug(this Builder builder)

builder Builder
The config builder.

Builder
The config builder.

EnableFocusedObjectTintDebug(Builder, Color)

Section titled “EnableFocusedObjectTintDebug(Builder, Color)”

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

C#
public static Builder EnableFocusedObjectTintDebug(this Builder builder, Color tintColor)

builder Builder
The config builder.

tintColor SadRogue.Primitives.Color
The color to tint objects.

Builder
The config builder.