sbool isTransparent(int rgba) { ret (rgba & 0xFF000000) != 0xFF000000; }