UNPKG

@chromasdk/chromajs

Version:

JavaScript client for the Razer Chroma REST API

11 lines (10 loc) 295 B
import Color from "../Color"; import Grid from "../Grid"; import DeviceBase from "./Base"; export default class Keypad extends DeviceBase { grid: Grid; constructor(); setAll(color: Color): this; setPosition(r: number, c: number, color: Color): this; set(): this; }