DebugExtensionsFocusedTint Class
Definition
Section titled “Definition”Extensions class for configuring focused object tint debugging.
public static class DebugExtensionsFocusedTintInheritance object
Methods
Section titled “Methods”EnableFocusedObjectTintDebug(Builder)
Section titled “EnableFocusedObjectTintDebug(Builder)”Adds a RootComponents component that tints the currently focused object.
public static Builder EnableFocusedObjectTintDebug(this Builder builder)Parameters
Section titled “Parameters”builder Builder
The config builder.
Returns
Section titled “Returns”Builder
The config builder.
EnableFocusedObjectTintDebug(Builder, Color)
Section titled “EnableFocusedObjectTintDebug(Builder, Color)”Adds a RootComponents component that tints the object under the mouse.
public static Builder EnableFocusedObjectTintDebug(this Builder builder, Color tintColor)Parameters
Section titled “Parameters”builder Builder
The config builder.
tintColor SadRogue.Primitives.Color
The color to tint objects.
Returns
Section titled “Returns”Builder
The config builder.