Range: ((percentage: number) => Color) & {
    rangeArgs: {
        colors: [Color, Color];
        options: Record<string, any>;
    };
}