ImageEn, unit ietwain

TIETwainParams.Gamma

TIETwainParams.Gamma

Declaration

property Gamma: Double;

Description

Returns the gamma value of your scanner.

Twain Property: ICAP_GAMMA

Note: Use IsCapabilitySupported to determine if this capability is supported by the current scanner

Default: 2.2

Read-only

Example

ShowMessage( FloatToStr( ImageEnView1.IO.TwainParams.Gamma ));

See Also

GetFromScanner
Brightness