black constant

int const black

A near-black color. Due to API limitations, the color is #010101, rather than #000000, as the latter is treated as no color.

Implementation

static const black = 0x010101;