| Value | Meaning |
|---|---|
| UNKNOWN0 | The layout is not known |
| NONE1 | Not organized in this way |
| HORIZONTAL_RGB2 | The layout is horizontal, the order is RGB |
| HORIZONTAL_BGR3 | The layout is horizontal, the order is BGR |
| VERTICAL_RGB4 | The layout is vertical, the order is RGB |
| VERTICAL_BGR5 | The layout is vertical, the order is BGR |
This enumeration describes how the red, green and blue components of physical pixels on an output device are laid out.