UNPKG

ngx-colors-v

Version:

A beautiful color picker for angular that let you choose from a color palette, using sliders (Hue, Lightness, Alpha sliders) or through text input(hex, rgba, hsla)

13 lines (12 loc) 298 B
export declare const DefaultColors: { color: string; preview: string; variants: string[]; }[]; export declare function modifyDefaultColors(dfColor: typeof DefaultColors, config: { alpha: number; }): { color: string; preview: string; variants: string[]; }[];