ComponentFactory.Krypton.Toolkit.PaletteBackLightenColors.PaletteBackLightenColors C# (CSharp) Method

PaletteBackLightenColors() public method

Initialize a new instance of the PaletteBackLightenColors class.
public PaletteBackLightenColors ( IPaletteBack inherit ) : System
inherit IPaletteBack
return System
        public PaletteBackLightenColors(IPaletteBack inherit)
        {
            _inherit = inherit;
        }