C# 클래스 sRGBLinearConverter.ConverterForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: Patapom/GodComplex

공개 메소드들

메소드 설명
ConverterForm ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

ConverterForm() 공개 메소드

public ConverterForm ( ) : System
리턴 System

Dispose() 보호된 메소드

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