PaintIntensity property (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

int PaintIntensity

Delphi Syntax

PaintIntensity: Integer

Overview

Refer to Displaying an Image.

Remarks

(Persistent property, available at design time) Intensity correction value used by painting operations.

Setting the intensity value that is used for painting lets you adjust the displayed brightness of all images without changing the bitmap data.

Possible values range from -1000 to +1000. A positive value lightens the displayed image. A negative value darkens the image.

When applying contrast, gamma, and intensity changes to an image, LEAD applies the changes in the following order:

Contrast

Intensity

Gamma

See Also

Elements:

BackErase property, BitonalScaling property, PaintDither property, PaintEffect property, PaintPalette property, PaintROP3 property, PaintGamma property, PaintContrast property

Topics:

Raster Images: Displaying Images

 

Changing Brightness and Contrast