import { U8 } from './u8'; export interface Tolerance { r: U8; g: U8; b: U8; a: U8; minL: U8; maxL: U8; }