Module
Choku.Color
- Package
- purescript-choku
- Repository
- m15a/purescript-choku
Chalk's color representations.
Chalk supports three color representations: RGB, hex, and ANSI 256 colors.
Foreground and background colors can be specified using one of them through
fg
and bg
styling functions,
respectively.
RGB digits. Each channel has the 8-bit range
0
to255
.