black constant

Color const black

Returns black color 0xFF000000

Implementation

static const Color black = Color(0xFF000000);