CefAlphaType Enumeration |
Namespace: Internal.Xilium.CefGlue
public enum CefAlphaType
| Member name | Value | Description | |
|---|---|---|---|
| Opaque | 0 | No transparency. The alpha component is ignored. | |
| Premultiplied | 1 | Transparency with pre-multiplied alpha component. | |
| Postmultiplied | 2 | Transparency with post-multiplied alpha component. |
Copyright 2025 NeoAxis Group. All rights reserved.