public ColorPicker(Root root, string id, ColorPickerProperties properties, ColorStyle[] colors) : base(root, id, properties) { AddDisplayMode("Menu"); _colors = colors; _colorTable = new Table(); }