export function colors()

in neopixel.ts [527:529]


    export function colors(color: NeoPixelColors): number {
        return color;
    }