Click or drag to resize

AlphaType Enumeration

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

Namespace:  CefSharp.Enums
Assembly:  CefSharp (in CefSharp.dll) Version: 81.3.100.0 (81.3.100.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