Method LightDark
LightDark(Color)
Creates a LightDarkColor instance with the specified color used for both light and dark themes.
public static LightDarkColor LightDark(Color lightDark)
Parameters
lightDarkColorThe color to be used for both the light and dark themes.
Returns
- LightDarkColor
A LightDarkColor instance where the same color is applied to both themes.
LightDark(Color, Color)
Creates LightDarkColor with the specified two colors used in light and dark themes.
public static LightDarkColor LightDark(Color light, Color dark)