Tizen Native API  5.5
Dali::Color Namespace Reference

Color Constants. More...

Variables

DALI_CORE_API const Vector4 BLACK
 Pure black (0.0f, 0.0f, 0.0f, 1.0f);.
DALI_CORE_API const Vector4 WHITE
 Pure white (1.0f, 1.0f, 1.0f, 1.0f);.
DALI_CORE_API const Vector4 RED
 Pure red (1.0f, 0.0f, 0.0f, 1.0f);.
DALI_CORE_API const Vector4 GREEN
 Pure green (0.0f, 1.0f, 0.0f, 1.0f);.
DALI_CORE_API const Vector4 BLUE
 Pure blue (0.0f, 0.0f, 1.0f, 1.0f);.
DALI_CORE_API const Vector4 YELLOW
 Pure yellow (1.0f, 1.0f, 0.0f, 1.0f);.
DALI_CORE_API const Vector4 MAGENTA
 Pure magenta (1.0f, 0.0f, 1.0f, 1.0f);.
DALI_CORE_API const Vector4 CYAN
 Pure cyan (0.0f, 1.0f, 1.0f, 1.0f);.
DALI_CORE_API const Vector4 TRANSPARENT
 Black transparent (0.0f, 0.0f, 0.0f, 0.0f);.

Detailed Description

Color Constants.

Color is represented by the Vector4 class (see vector4.h).

Since:
3.0, DALi version 1.0.0