Method GetDefaultHoveredColor
GetDefaultHoveredColor(bool, Color)
Determines the default hovered color based on the specified theme and base color.
public static Color GetDefaultHoveredColor(bool isDark, Color baseColor)
Parameters
isDarkboolA boolean value indicating whether the dark theme is applied. true for dark theme; otherwise, false.
baseColorColorThe base Color from which the hovered color is derived.