Ejecuta funciones en segundo plano

Maintainers

Package info

gitlab.com/tiny.php/function/hex2rgb

Issues

pkg:composer/tinyphp-function/hex2rgb

Statistics

Installs: 5

Dependents: 1

Suggesters: 0

Stars: 0

1.0.0 2025-01-05 00:49 UTC

This package is not auto-updated.

Last update: 2026-03-16 05:01:39 UTC


README

Instalación via composer

composer require tinyphp-function/hex2rgb

Funciones

/** Retorna un color hex a un array [$red, $green, $blue] */
function hex2rgb(string $hex): array

/** Retorna un color hex que puede incluir el alpha a un array [$red, $green, $blue, $alpha] */
function hex2rgba(string $hex): array