TAlphaFormat Enumeration

Represents type TAlphaFormat.

Namespace: System.Graphics
type
 TAlphaFormat = (afIgnored, afDefined, afPremultiplied);

The TAlphaFormat type exposes the following members.

Show:
 NameDescription
afDefined

Represents constant afDefined.

afIgnored

Represents constant afIgnored.

afPremultiplied

Represents constant afPremultiplied.

Top