colour-text: Print and parse colors

[ apache, graphics, library, text ] [ Propose Tags ] [ Report a vulnerability ]

Provides functions to render and parse color values as text.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0.0, 0.0.0.1
Change log changelog.md
Dependencies base (>=4.18 && <4.20), colour (>=2.3.6 && <2.4), text (>=2.0 && <2.2) [details]
License Apache-2.0
Author Chris Martin
Maintainer Chris Martin, Julie Moronuki
Category Graphics, Text
Home page https://github.com/typeclasses/colour-text
Bug tracker https://github.com/typeclasses/colour-text/issues
Uploaded by chris_martin at 2025-01-21T04:50:59Z
Distributions
Downloads 88 total (18 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2025-01-21 [all 1 reports]

Readme for colour-text-0.0.0.1

[back to package description]

Brief package providing read/show functions for RGB colors in the hexadecimal form used by CSS (e.g. "#ff0000" for red). It would make sense to expand upon this package's functionality.