' Dim argb As Int = pixelcolor
    ' Dim Alpha As Int = Bit.ShiftRight(Bit.And(argb, 0xff000000), 24)
    ' alpha = Bit.ShiftRight(argb, 24)
    ' alpha = Bit.And(alpha, 0xff)
    ' red = Bit.ShiftRight(Bit.And(argb, 0x00ff0000), 16)
    ' green = Bit.ShiftRight(Bit.And(argb, 0x0000ff00), 8)
    ' blue = Bit.And(argb, 0x000000ff)