function unpackB()

in neopixel.ts [542:545]


    function unpackB(rgb: number): number {
        let b = (rgb) & 0xFF;
        return b;
    }