L_SetPaintGamma

#include "l_bitmap.h"

L_LTDIS_API L_INT L_SetPaintGamma(pBitmap, uValue)

pBITMAPHANDLE pBitmap;

pointer to the bitmap handle

L_UINT uValue;

gamma value

Sets the current gamma correction value for the specified bitmap. This value can be retrieved using the L_GetPaintGamma function.

Parameter

Description

pBitmap

Pointer to the bitmap handle that references the bitmap to be affected.

uValue

Unsigned integer that represents the gamma value. It can be any number greater than 0. The default value is 100.

 

Because this is an unsigned integer, it is 100 times the actual gamma value. For example, use 235 to set a gamma value of 2.35.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Comments

Intensity values ideally follow a logarithmic progression, because the eye perceives changes in intensity as being equal when the ratio of change is equal. For example, we would see a change from 0.1 to 0.2 as being equal to a change from 0.2 to 0.4.

Gamma is a standard constant that is used to calculate the progression. For most CRTs the gamma constant is in the range of 2.2 to 2.5.

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

Contrast

Intensity

Gamma

Required DLLs and Libraries

LTDIS

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

Platforms

Win32, x64, Linux.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Raster Imaging C API Help