这个 color mixer控件该找哪里可以添加,我怎么都找不到
DevExpress.XtraEditors.ColorWheel.ColorWheelForm f = new DevExpress.XtraEditors.ColorWheel.ColorWheelForm();
f.StartPosition= System.Windows.Forms.FormStartPosition.CenterParent;
f.ShowDialog(this);