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

KryptonColorTable() public method

Creates a new instance of the KryptonColorTable class.
public KryptonColorTable ( IPalette palette ) : System
palette IPalette Reference to associated palette.
return System
        public KryptonColorTable(IPalette palette)
        {
            _palette = palette;
        }
KryptonColorTable