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
FixContrastExample
ImageEnView.IEBitmap.Contrast := 20;
ImageEnView.Update;
Demo
| Demos\Display\DisplayAdjust\Display.dpr |