C# Class TestFilmicCurve.OutputPanelFilmic_Hable

Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: Patapom/GodComplex

Protected Properties

Свойство 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

Méthodes publiques

Méthode Description
OutputPanelFilmic_Hable ( ) : System
OutputPanelFilmic_Hable ( IContainer container ) : System

Méthodes protégées

Méthode 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

Méthode 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 méthode

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

DrawLine() protected méthode

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
Résultat void

Filmic() protected méthode

protected Filmic ( float x ) : float
x float
Résultat float

GetFilmicCurve() protected méthode

protected GetFilmicCurve ( float x ) : float
x float
Résultat float

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnSizeChanged() protected méthode

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

OutputPanelFilmic_Hable() public méthode

public OutputPanelFilmic_Hable ( ) : System
Résultat System

OutputPanelFilmic_Hable() public méthode

public OutputPanelFilmic_Hable ( IContainer container ) : System
container IContainer
Résultat System

UpdateBitmap() protected méthode

protected UpdateBitmap ( ) : void
Résultat void

Property Details

m_A protected_oe property

protected float m_A
Résultat float

m_B protected_oe property

protected float m_B
Résultat float

m_Bitmap protected_oe property

protected Bitmap,System.Drawing m_Bitmap
Résultat System.Drawing.Bitmap

m_C protected_oe property

protected float m_C
Résultat float

m_D protected_oe property

protected float m_D
Résultat float

m_DebugLuminance protected_oe property

protected float m_DebugLuminance
Résultat float

m_E protected_oe property

protected float m_E
Résultat float

m_F protected_oe property

protected float m_F
Résultat float

m_ScaleX protected_oe property

protected float m_ScaleX
Résultat float

m_ScaleY protected_oe property

protected float m_ScaleY
Résultat float

m_ShowDebugLuminance protected_oe property

protected bool m_ShowDebugLuminance
Résultat bool

m_ShowLogLuminance protected_oe property

protected bool m_ShowLogLuminance
Résultat bool

m_WhitePoint protected_oe property

protected float m_WhitePoint
Résultat float