argyleink/css-color-component

Return Color in More Formats

Open

#35 aberto em 30 de nov. de 2025

Ver no GitHub
 (3 comments) (2 reactions) (0 assignees)TypeScript (9 forks)github user discovery
enhancementhelp wanted

Métricas do repositório

Stars
 (230 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

Hi!

I'd love to have the option to return the color in more formats, such as decimal format (0.1) and/or 8-bit values (0-255) in addition to percentages. Preferably in the form of an object so it’s easier to pick out different R, G, and B values, or maybe even returning the full color object from color.js?

Thanks again for creating this neat color picker!

Guia do colaborador