All the visual types.
More...
Detailed Description
All the visual types.
- Since:
- 3.0, DALi version 1.1.45
Enumeration Type Documentation
All the visual types.
- Since:
- 3.0, DALi version 1.1.45
- Enumerator:
BORDER |
Renders a solid color as an internal border to the control's quad.
- Since:
- 3.0, DALi version 1.1.45
|
COLOR |
Renders a solid color to the control's quad.
- Since:
- 3.0, DALi version 1.1.45
|
GRADIENT |
Renders a smooth transition of colors to the control's quad.
- Since:
- 3.0, DALi version 1.1.45
|
IMAGE |
Renders an image into the control's quad.
- Since:
- 3.0, DALi version 1.1.45
|
MESH |
Renders a mesh using an "obj" file, optionally with textures provided by an "mtl" file.
- Since:
- 3.0, DALi version 1.1.45
|
PRIMITIVE |
Renders a simple 3D shape, such as a cube or sphere.
- Since:
- 3.0, DALi version 1.1.45
|
WIREFRAME |
Renders a simple wire-frame outlining a quad.
- Since:
- 3.0, DALi version 1.2.2
|