UNPKG

ws2801-alexa

Version:

An alexa connector for the WS2801-Pi module.

6 lines (5 loc) 208 B
import { HueColor, RgbColor } from './types/index'; export declare class ColorConverter { static convertHueToRgb(hueColor: HueColor): RgbColor; static convertRgbToHue(rgbColor: RgbColor): HueColor; }