KroneCorylus / ngx-colors

Simple yet elegant Material color picker for Angular
https:\\ngx-colors.web.app
MIT License
88 stars 24 forks source link

Select color formats #109

Closed eneias closed 6 months ago

eneias commented 6 months ago

We have 4 color formats: Hex, RGBA, HSLA and CMYK

The feature allows user to choose some formats, like:

<ngx-colors ngx-colors-trigger [(ngModel)]="color" [formats]="['hex','rgba','cmyk']"

KroneCorylus commented 6 months ago

merged on 3.6.0