public UIColourPicker(int hexColour) { base.Size = new Size(300, 600); base.FormBorderStyle = FormBorderStyle.FixedSingle; baseElement = new UISimplePanel(0, 0, 300, 600); }