Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danmadeira/conversao-rgb-hsl
Conversão entre os espaços de cores RGB, HSL e HSV.
https://github.com/danmadeira/conversao-rgb-hsl
colorspace conversao espacodecor hsl hsv php rgb
Last synced: 10 days ago
JSON representation
Conversão entre os espaços de cores RGB, HSL e HSV.
- Host: GitHub
- URL: https://github.com/danmadeira/conversao-rgb-hsl
- Owner: danmadeira
- License: gpl-3.0
- Created: 2020-04-30T19:02:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-29T16:36:56.000Z (over 4 years ago)
- Last Synced: 2024-11-10T23:08:04.383Z (2 months ago)
- Topics: colorspace, conversao, espacodecor, hsl, hsv, php, rgb
- Language: PHP
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Conversão de espaço de cores RGB-HSL-HSV
Uma classe em PHP com funções para conversão entre os espaços de cores RGB, HSL e HSV.
:point_right: Esta classe foi utilizada em [Gradiente no espaço de cores HSL](https://github.com/danmadeira/gradiente-hsl)
### Referências:
- Ford, A.; Roberts, A. Colour Space Conversions. August 11, 1998. Disponível em:
- Smith, A. R. Color Gamut Transform Pairs. Technical Memo No 7, Computer Graphics Lab, New York Institute of Technology, Jul 1978, issued as tutorial notes at SIGGRAPHs 78-82. Disponível em:
- Waldman, N. Math behind colorspace conversions, RGB-HSL. May 8, 2013. Disponível em: