Interface IImposer

interface IImposer {
    color(row: IDataRow, valueHint?: number): string;
}

Methods

Methods