C# Class System.Windows.Forms.ColorPickerForm.BrightnessSaturationPicker

Inheritance: Button
Show file Open project: Meragon/Unity-WinForms

Public Methods

Method Description
BrightnessSaturationPicker ( int w, int h ) : System
Dispose ( ) : void
SetHue ( float value ) : void

Protected Methods

Method Description
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Method Description
Application_UpClick ( object sender, MouseEventArgs e ) : void
_UpdateImage ( ) : void

Method Details

BrightnessSaturationPicker() public method

public BrightnessSaturationPicker ( int w, int h ) : System
w int
h int
return System

Dispose() public method

public Dispose ( ) : void
return void

OnMouseDown() protected method

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseMove() protected method

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnMouseUp() protected method

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

SetHue() public method

public SetHue ( float value ) : void
value float
return void