Tizen Native API  5.5
Dali::WrapMode Namespace Reference

WrapMode for textures. More...

Enumerations

enum  Type
 Enumeration for Wrap mode. More...

Detailed Description

WrapMode for textures.

Wrap mode determines how texture is sampled when texture coordinates are outside of the typical 0 to 1 range.

Since:
3.0, DALi version 1.0.0

Enumeration Type Documentation

Enumeration for Wrap mode.

Since:
3.0, DALi version 1.0.0
Enumerator:
DEFAULT 

Clamp to edge.

Since:
3.0, DALi version 1.0.0
CLAMP_TO_EDGE 

Clamp to edge.

Since:
3.0, DALi version 1.0.0
REPEAT 

Repeat.

Since:
3.0, DALi version 1.0.0
MIRRORED_REPEAT 

Mirrored repeat.

Since:
3.0, DALi version 1.0.0