C# Class sRGBLinearConverter.ConverterForm

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

Méthodes publiques

Méthode Description
ConverterForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Linear2sRGB ( float _value ) : float
UpdateColorAndText_Linear ( ) : void
UpdateColorAndText_sRGB ( ) : void
buttonLinear2sRGB_Click ( object sender, EventArgs e ) : void
buttonsRGB2Linear_Click ( object sender, EventArgs e ) : void
floatTrackbarControlNormalized_Linear_ValueChanged ( Nuaj _Sender, float _fFormerValue ) : void
floatTrackbarControlNormalized_sRGB_ValueChanged ( Nuaj _Sender, float _fFormerValue ) : void
integerTrackbarControl255_Linear_ValueChanged ( Nuaj _Sender, int _FormerValue ) : void
integerTrackbarControl255_sRGB_ValueChanged ( Nuaj _Sender, int _FormerValue ) : void
panelColorLinear_Click ( object sender, EventArgs e ) : void
panelColorsRGB_Click ( object sender, EventArgs e ) : void
sRGB2Linear ( float _value ) : float
textBoxColor255_Linear_DoubleClick ( object sender, EventArgs e ) : void
textBoxColor255_sRGB_DoubleClick ( object sender, EventArgs e ) : void
textBoxColorNormalized_Linear_DoubleClick ( object sender, EventArgs e ) : void
textBoxColorNormalized_sRGB_DoubleClick ( object sender, EventArgs e ) : void
textBoxColorWeb_Linear_DoubleClick ( object sender, EventArgs e ) : void
textBoxColorWeb_sRGB_DoubleClick ( object sender, EventArgs e ) : void

Method Details

ConverterForm() public méthode

public ConverterForm ( ) : System
Résultat System

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