/// <summary> /// Initializes this instance with the specified color. /// </summary> /// <param name="color">The initial selected color.</param> protected void Initialize(UIColor color) { colorPicker = new ColorPickerView(color); }