Enumeration AlphaTypeConst

Describes how to interpret the alpha component of a pixel.

Enumeration Members

Unknown: 0

uninitialized.

Opaque: 1

pixel is opaque.

Premultiplied: 2

pixel components are premultiplied by alpha.

Unpremultiplied: 3

pixel components are independent of alpha.

Generated using TypeDoc