Click or drag to resize

AlphaType Enumeration

Version 75.1.140
Describes how to interpret the alpha component of a pixel.

Namespace:  CefSharp.Enums
Assembly:  CefSharp (in CefSharp.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax
public enum AlphaType
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