bitflag enum ui.ColorFlags

bitflag enum ColorFlags
{
    Transparent = 0x80000000,
    Index       = 0x40000000,
    IndexMask   = 0x0fffffff,
};