ImageEn, unit imageenproc |
|
TImageEnProc.Contrast
Declaration
procedure Contrast(vv: Double);
Description
Changes the contrast of selected region.
vv is the contrast value which may range from -100 to +100, where 0 is no change.
Note: This function is also available to the user in the
Image Processing dialogExample
ImageEnView1.Proc.Contrast(50);
See Also