Click or drag to resize

AlphaType Enumeration

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

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