Enum GLView.ColorFormat
Definition
- Namespace:
- Tizen.NUI.BaseComponents
- Assembly:
- Tizen.NUI.dll
Enumeration for the color format of the color buffer
C#Copypublic enum GLView.ColorFormat
| Name | Description |
|---|---|
| RGB888 | 8 red bits, 8 green bits, 8 blue bits |
| RGBA8888 | 8 red bits, 8 green bits, 8 blue bits, alpha 8 bits |