C# Class TestFilmicCurve.OutputPanelFilmic_Insomniac

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

Protected Properties

Свойство Type Description
m_Bitmap System.Drawing.Bitmap
m_BlackPoint float
m_DebugLuminance float
m_JunctionPoint float
m_ScaleX float
m_ScaleY float
m_ShoulderStrength float
m_ShowDebugLuminance bool
m_ShowLogLuminance bool
m_ToeStrength float
m_WhitePoint float

Méthodes publiques

Méthode Description
OutputPanelFilmic_Insomniac ( ) : System
OutputPanelFilmic_Insomniac ( 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
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

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_Insomniac() public méthode

public OutputPanelFilmic_Insomniac ( ) : System
Résultat System

OutputPanelFilmic_Insomniac() public méthode

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

UpdateBitmap() protected méthode

protected UpdateBitmap ( ) : void
Résultat void

Property Details

m_Bitmap protected_oe property

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

m_BlackPoint protected_oe property

protected float m_BlackPoint
Résultat float

m_DebugLuminance protected_oe property

protected float m_DebugLuminance
Résultat float

m_JunctionPoint protected_oe property

protected float m_JunctionPoint
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_ShoulderStrength protected_oe property

protected float m_ShoulderStrength
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_ToeStrength protected_oe property

protected float m_ToeStrength
Résultat float

m_WhitePoint protected_oe property

protected float m_WhitePoint
Résultat float