ExtensionsToAdjustedColor Method (Color) |
Adjusts a color according to the settings in ACT's User Interface Color options
Namespace:
Advanced_Combat_Tracker
Assembly:
Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.2.285
Syntax public static Color ToAdjustedColor(
this Color color
)
Parameters
- color
- Type: System.DrawingColor
InputColor
Return Value
Type:
ColorA color adjusted to the theme
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
Color. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also