C# Class sRGBLinearConverter.ConverterForm

Inheritance: System.Windows.Forms.Form
ファイルを表示 Open project: Patapom/GodComplex

Public Methods

Method Description
ConverterForm ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

public ConverterForm ( ) : System
return System

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