C# Класс sRGBLinearConverter.ConverterForm

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

Открытые методы

Метод Описание
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