| Value | Meaning | 
|---|---|
| opaque0x01 | The alpha channel of presented surface is discarded and no composition is performed.  | 
| preMultiplied0x02 | Composition is enabled and the color channels of presented surface are treated as pre-multiplied by the alpha channel.  | 
| postMultiplied0x04 | Composition is enabled and the color channels of presented surface must multiplied by the alpha channel by the presentation engine.  | 
| inherit0x08 | The Graal implementation has no clue on how the compositor will treat the alpha channel.  | 
Composition mode for a presentation engine