Enum ImageFilters.AlphaMode
Defines the alpha blending modes.
Namespace: Unity.XR.CompositionLayers.Rendering
Assembly: Unity.XR.CompositionLayers.dll
Syntax
public enum ImageFilters.AlphaMode
Fields
| Name | Description |
|---|---|
| Alpha | Alpha blending mode. |
| Opaque | Opaque alpha mode. |
| Premultiply | Premultiplied alpha blending mode. |