C# Class TestFilmicCurve.OutputPanelFilmic_Hable

Inheritance: System.Windows.Forms.Panel
Exibir arquivo Open project: Patapom/GodComplex

Protected Properties

Property Type Description
m_A float
m_B float
m_Bitmap System.Drawing.Bitmap
m_C float
m_D float
m_DebugLuminance float
m_E float
m_F float
m_ScaleX float
m_ScaleY float
m_ShowDebugLuminance bool
m_ShowLogLuminance bool
m_WhitePoint float

Public Methods

Method Description
OutputPanelFilmic_Hable ( ) : System
OutputPanelFilmic_Hable ( IContainer container ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

DrawLine ( Graphics G, Pen P, float x0, float y0, float x1, float y1 ) : void
Filmic ( float x ) : float
GetFilmicCurve ( float x ) : float
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void
UpdateBitmap ( ) : void

Private Methods

Method Description
Client2LogLuminance ( float _ClientX ) : float
Client2Luminance ( float _ClientX ) : float
InitializeComponent ( ) : void

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

LogLuminance2Client ( float _Luminance ) : float
Luminance2Client ( float _Luminance ) : float

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

DrawLine() protected method

protected DrawLine ( Graphics G, Pen P, float x0, float y0, float x1, float y1 ) : void
G System.Drawing.Graphics
P System.Drawing.Pen
x0 float
y0 float
x1 float
y1 float
return void

Filmic() protected method

protected Filmic ( float x ) : float
x float
return float

GetFilmicCurve() protected method

protected GetFilmicCurve ( float x ) : float
x float
return float

OnPaint() protected method

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

OnPaintBackground() protected method

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

OnSizeChanged() protected method

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
return void

OutputPanelFilmic_Hable() public method

public OutputPanelFilmic_Hable ( ) : System
return System

OutputPanelFilmic_Hable() public method

public OutputPanelFilmic_Hable ( IContainer container ) : System
container IContainer
return System

UpdateBitmap() protected method

protected UpdateBitmap ( ) : void
return void

Property Details

m_A protected_oe property

protected float m_A
return float

m_B protected_oe property

protected float m_B
return float

m_Bitmap protected_oe property

protected Bitmap,System.Drawing m_Bitmap
return System.Drawing.Bitmap

m_C protected_oe property

protected float m_C
return float

m_D protected_oe property

protected float m_D
return float

m_DebugLuminance protected_oe property

protected float m_DebugLuminance
return float

m_E protected_oe property

protected float m_E
return float

m_F protected_oe property

protected float m_F
return float

m_ScaleX protected_oe property

protected float m_ScaleX
return float

m_ScaleY protected_oe property

protected float m_ScaleY
return float

m_ShowDebugLuminance protected_oe property

protected bool m_ShowDebugLuminance
return bool

m_ShowLogLuminance protected_oe property

protected bool m_ShowLogLuminance
return bool

m_WhitePoint protected_oe property

protected float m_WhitePoint
return float