Color col(0);
seems possible. (maybe all rgb color value will be 0). But it makes
segmentation fault. Even all the constructors are explicit. Because
there is a constructor,
Color(int rgba[4]);
exists and 0 is a null pointer.