Click or drag to resize

AlphaType Enumeration

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

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