IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
IPLab.HSLLinearForm Class Reference

Summary description for HSLLinearForm. More...

+ Inheritance diagram for IPLab.HSLLinearForm:
+ Collaboration diagram for IPLab.HSLLinearForm:

Public Member Functions

 HSLLinearForm (AForge.Imaging.ImageStatisticsHSL imgStat)
 

Protected Member Functions

override void Dispose (bool disposing)
 Clean up any resources being used. More...
 

Properties

Bitmap Image [set]
 
IFilter Filter [get]
 

Private Member Functions

void InitializeComponent ()
 Required method for Designer support - do not modify the contents of this method with the code editor. More...
 
void componentCombo_SelectedIndexChanged (object sender, System.EventArgs e)
 
void inMinBox_TextChanged (object sender, System.EventArgs e)
 
void inMaxBox_TextChanged (object sender, System.EventArgs e)
 
void outMinBox_TextChanged (object sender, System.EventArgs e)
 
void outMaxBox_TextChanged (object sender, System.EventArgs e)
 
void inSlider_ValuesChanged (object sender, System.EventArgs e)
 
void outSlider_ValuesChanged (object sender, System.EventArgs e)
 
void UpdateFilter ()
 

Private Attributes

HSLLinear filter = new HSLLinear( )
 
Range inSaturation = new Range( 0, 1 )
 
Range inLuminance = new Range( 0, 1 )
 
Range outSaturation = new Range( 0, 1 )
 
Range outLuminance = new Range( 0, 1 )
 
AForge.Imaging.ImageStatisticsHSL imgStat
 
System.Windows.Forms.Label label1
 
System.Windows.Forms.ComboBox componentCombo
 
System.Windows.Forms.PictureBox pictureBox1
 
System.Windows.Forms.Label label2
 
System.Windows.Forms.TextBox inMaxBox
 
System.Windows.Forms.TextBox inMinBox
 
AForge.Controls.Histogram histogram
 
AForge.Controls.ColorSlider inSlider
 
System.Windows.Forms.PictureBox pictureBox2
 
AForge.Controls.ColorSlider outSlider
 
System.Windows.Forms.PictureBox pictureBox3
 
System.Windows.Forms.TextBox outMaxBox
 
System.Windows.Forms.TextBox outMinBox
 
System.Windows.Forms.Label label3
 
System.Windows.Forms.GroupBox groupBox4
 
IPLab.FilterPreview filterPreview
 
System.Windows.Forms.Button cancelButton
 
System.Windows.Forms.Button okButton
 
System.ComponentModel.Container components = null
 Required designer variable. More...
 

Detailed Description

Summary description for HSLLinearForm.

Constructor & Destructor Documentation

Member Function Documentation

override void IPLab.HSLLinearForm.Dispose ( bool  disposing)
inlineprotected

Clean up any resources being used.

References IPLab.HSLLinearForm.components.

void IPLab.HSLLinearForm.InitializeComponent ( )
inlineprivate

Required method for Designer support - do not modify the contents of this method with the code editor.

Referenced by IPLab.HSLLinearForm.HSLLinearForm().

void IPLab.HSLLinearForm.inMinBox_TextChanged ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.HSLLinearForm.inMaxBox_TextChanged ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.HSLLinearForm.outMinBox_TextChanged ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.HSLLinearForm.outMaxBox_TextChanged ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.HSLLinearForm.inSlider_ValuesChanged ( object  sender,
System.EventArgs  e 
)
inlineprivate
void IPLab.HSLLinearForm.outSlider_ValuesChanged ( object  sender,
System.EventArgs  e 
)
inlineprivate

Member Data Documentation

HSLLinear IPLab.HSLLinearForm.filter = new HSLLinear( )
private
Range IPLab.HSLLinearForm.inSaturation = new Range( 0, 1 )
private
Range IPLab.HSLLinearForm.inLuminance = new Range( 0, 1 )
private
Range IPLab.HSLLinearForm.outSaturation = new Range( 0, 1 )
private
Range IPLab.HSLLinearForm.outLuminance = new Range( 0, 1 )
private
AForge.Imaging.ImageStatisticsHSL IPLab.HSLLinearForm.imgStat
private
System.Windows.Forms.Label IPLab.HSLLinearForm.label1
private
System.Windows.Forms.PictureBox IPLab.HSLLinearForm.pictureBox1
private
System.Windows.Forms.Label IPLab.HSLLinearForm.label2
private
AForge.Controls.Histogram IPLab.HSLLinearForm.histogram
private
System.Windows.Forms.PictureBox IPLab.HSLLinearForm.pictureBox2
private
System.Windows.Forms.PictureBox IPLab.HSLLinearForm.pictureBox3
private
System.Windows.Forms.Label IPLab.HSLLinearForm.label3
private
System.Windows.Forms.GroupBox IPLab.HSLLinearForm.groupBox4
private
IPLab.FilterPreview IPLab.HSLLinearForm.filterPreview
private
System.Windows.Forms.Button IPLab.HSLLinearForm.cancelButton
private
System.Windows.Forms.Button IPLab.HSLLinearForm.okButton
private
System.ComponentModel.Container IPLab.HSLLinearForm.components = null
private

Required designer variable.

Referenced by IPLab.HSLLinearForm.Dispose().

Property Documentation

Bitmap IPLab.HSLLinearForm.Image
set
IFilter IPLab.HSLLinearForm.Filter
get

The documentation for this class was generated from the following file: