Tizen Native API  3.0
Dali::Color Namespace Reference

Color Constants. More...

Variables

const Vector4 BLACK
 Pure black (0.0f, 0.0f, 0.0f, 1.0f);.
const Vector4 WHITE
 Pure white (1.0f, 1.0f, 1.0f, 1.0f);.
const Vector4 RED
 Pure red (1.0f, 0.0f, 0.0f, 1.0f);.
const Vector4 GREEN
 Pure green (0.0f, 1.0f, 0.0f, 1.0f);.
const Vector4 BLUE
 Pure blue (0.0f, 0.0f, 1.0f, 1.0f);.
const Vector4 YELLOW
 Pure yellow (1.0f, 1.0f, 0.0f, 1.0f);.
const Vector4 MAGENTA
 Pure magenta (1.0f, 0.0f, 1.0f, 1.0f);.
const Vector4 CYAN
 Pure cyan (0.0f, 1.0f, 1.0f, 1.0f);.
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:
2.4, DALi version 1.0.0