cef_alpha_type_t

Describes how to interpret the alpha component of a pixel.

Values

ValueMeaning
CEF_ALPHA_TYPE_OPAQUE0

No transparency. The alpha component is ignored.

CEF_ALPHA_TYPE_PREMULTIPLIED1

Transparency with pre-multiplied alpha component.

CEF_ALPHA_TYPE_POSTMULTIPLIED2

Transparency with post-multiplied alpha component.

Meta