Declaration
property Contrast: integer;
Description
Specifies a dynamic contrast to apply. It does not modify the image, only how it is displayed.
Allowed values are 0 to 100.
Note: To permanently apply the contrast to the image, use
FixContrastImageEnView1.IEBitmap.Contrast := 20;
ImageEnView1.Update();
| Demos\Display\DisplayAdjust\Display.dpr |