Tizen Native API  6.5
Dali::Toolkit::Visual Namespace Reference

All the visual types. More...

Namespaces

namespace  Property
 

Visual Property.


namespace  Shader
 

Shader for Visuals.


namespace  Transform
 

Visual Transform for the offset or size.


Enumerations

enum  Type
 All the visual types. More...
enum  ResourceStatus
 Status of resource which is used for visual. More...

Detailed Description

All the visual types.

Since:
3.0, DALi version 1.1.45

Enumeration Type Documentation

Status of resource which is used for visual.

Since:
4.0, DALi version 1.3.5
Enumerator:
READY 

Resource is prepared.

Since:
4.0, DALi version 1.3.5
FAILED 

Resource is ready.

Since:
4.0, DALi version 1.3.5 Resource is fail to load
Since:
4.0, DALi version 1.3.5

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
TEXT 

Renders text.

Since:
4.0, DALi version 1.2.60
N_PATCH 

Renders an n-patch image.

Since:
4.0, DALi version 1.2.60
SVG 

Renders an SVG image.

Since:
4.0, DALi version 1.2.60
ANIMATED_IMAGE 

Renders a animated image.

Since:
4.0, DALi version 1.2.60