UNPKG

@battle-racing/br-common-lib

Version:

Common library for all Battle Racing Repositorios

10 lines (8 loc) 237 B
import type { ColorName } from '../../color'; export interface RGBConfigurationOptions { kartColor: ColorName; /** % Of Brightness (0 - 100) */ brightness: number; /** Time in seconds (between 1 - 25) */ effectTime: number; }