Rabu, 22 Juni 2011

Mengatur Brightness Gambar.

Apa yaaa yang dimaksud brightness itu............?
emmmz,,
Itu tu buat ngaturr tingkat kecerahan gambar....
caranyaa......

begin
if ImageForm<>nil then
begin
ImageForm:=TImageForm(ActiveMDIChild);
try
begin
Application.CreateForm(TBrightnessForm,BrightnessForm);
Brightnessform.SetBrightness(ImageForm.Image1);
end;
except
BrightnessForm.Free;
ShowMessage('Cannot complete the operation');
end;
end;
end;

dan hasilnyaaaaaaaaaaa....

0 komentar: