C# 클래스 Accord.Controls.ColorSlider

Color slider control.

The control represent a color slider, which allows selecting one or two values in the [0, 255] range. The application of this control includes mostly areas of image processing and computer vision, where it is required to select color threshold or ranges for different type of color filtering.

Depending on the control's Type, it has different look and may suite different tasks. See documentation to ColorSliderType for information about available type and possible control's looks.

상속: System.Windows.Forms.Control
파일 보기 프로젝트 열기: accord-net/framework

Private Properties

프로퍼티 타입 설명
ColorSlider_MouseDown void
ColorSlider_MouseMove void
ColorSlider_MouseUp void
ColorSlider_Paint void
InitializeComponent void

공개 메소드들

메소드 설명
ColorSlider ( ) : System

Initializes a new instance of the ColorSlider class.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Dispose the object.

비공개 메소드들

메소드 설명
ColorSlider_MouseDown ( object sender, System e ) : void
ColorSlider_MouseMove ( object sender, System e ) : void
ColorSlider_MouseUp ( object sender, System e ) : void
ColorSlider_Paint ( object sender, PaintEventArgs e ) : void
InitializeComponent ( ) : void

메소드 상세

ColorSlider() 공개 메소드

Initializes a new instance of the ColorSlider class.
public ColorSlider ( ) : System
리턴 System

Dispose() 보호된 메소드

Dispose the object.
protected Dispose ( bool disposing ) : void
disposing bool Specifies if disposing was invoked by user's code.
리턴 void