ImageEn, unit hyieutils

IEAlphaToOpacity


Declaration

function IEAlphaToOpacity(Alpha: integer ): integer;


Description

Converts an alpha value (in range of 0 - 255) to an opacity percentage (0 - 100).
Opacity is generally referred to as percent. (e.g. Alpha of 255 would return Opacity of 100% )

See also: IEOpacityToAlpha