outl1ne / nova-color-field

A Laravel Nova package that adds a color picker to Nova's arsenal of fields.
MIT License
25 stars 13 forks source link

Add support for RGBA #2

Closed Olie-Chanz closed 3 years ago

Olie-Chanz commented 3 years ago

It would be nice to add support for RGBA. image

Tarpsvo commented 3 years ago

Hi! Version 1.1.0 added two new features: ->displayAs() and ->saveAs(). You can now ->displayAs('rgba') and ->saveAs('rgba') to both show and save the field as RGBA.

PS: it's recommended to cast the field to array when saving as RGBA or HSL.