Function Control.addColorOverride

Overrides the Color with given name in the theme resource the control uses. If the color is empty or invalid, the override is cleared and the color from assigned Theme is used.

void addColorOverride (
  const(String) name,
  const(Color) color
) nothrow @nogc;