Ver originaldef getColorTuple(colorInt): return (colorInt >> 24 & 0xFF, colorInt >> 16 & 0xFF, colorInt >> 8 & 0xFF, colorInt & 0xFF)