PreMultipliedAlpha
Use pre-multiplied alpha blending.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Field
- Namespace: UnityEngine.Windowing.QNX
- Assembly: UnityEngine.QNXWindowingModule
PreMultipliedAlpha = 1
Remarks
The window uses pre-multiplied alpha blending where color values are already multiplied by the alpha value. This mode can improve compositing performance and avoid blending artifacts at transparent edges.