Property Current
Current
Gets the current color based on whether a dark or light color scheme is in use. For regular Color instances, it simply returns the instance itself. For LightDarkColor instances, it returns either the dark or light color.
public virtual Color Current { get; }