AdvancedColorPicker.ColorPickerViewController.ColorPickerViewController C# (CSharp) Method

ColorPickerViewController() public method

public ColorPickerViewController ( ) : System
return System
        public ColorPickerViewController()
        {
            satbrightview.hue = .5984375f;
            satbrightview.saturation = .5f;
            satbrightview.brightness = .7482993f;
            huewView.Hue = satbrightview.hue;

            selPrevView.BackgroundColor = UIColor.FromHSB(satbrightview.hue,satbrightview.saturation,satbrightview.brightness);
        }