ImageEn, unit iesettings

TIEGlobalSettings.DefaultAlphaThreshold

TIEGlobalSettings.DefaultAlphaThreshold

Declaration

property DefaultAlphaThreshold: Integer;

Description

Specifies the threshold separating foreground and background pixels when converting pixels of 8bit transparency to 1bit, e.g. when converting a PNG image to index transparency.
Pixels with alpha below this value will be converted to full alpha.

Default: 225