Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Latest commit

 

History

History
45 lines (27 loc) · 687 Bytes

Conversions.md

File metadata and controls

45 lines (27 loc) · 687 Bytes

Supported Conversions


Output

The RGB(A) output is within the following ranges.


Red Green Blue Alpha
0 - 255 0 - 255 0 - 255 0 - 255


Hex ( + Alpha )

All channels are integers in the range of  0 - FF


Hex Hex (Alpha)
Single #RGB #RGBA
Double #RRGGBB #RRGGBBAA

#  is optional.



HSL ( A )

Hue ranges from  0 - 360 , all others range from  0 - 255


HSL HSLA
Array ( [ H , S , L ] ) ( [ H , S , L , A ] )