Click or drag to resize

CefAlphaType Enumeration

Describes how to interpret the alpha component of a pixel.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public enum CefAlphaType
Members
  Member nameValueDescription
Opaque0 No transparency. The alpha component is ignored.
Premultiplied1 Transparency with pre-multiplied alpha component.
Postmultiplied2 Transparency with post-multiplied alpha component.
See Also