black top-level constant

Color const black

Black

#000000; rgb(0, 0, 0);

Implementation

const Color black = const Color(0, 0, 0);