colour-text: Print and parse colors

[ apache, graphics, library, text ] [ Propose Tags ]

Provides functions to render and parse color values as text.


[Skip to Readme]

Modules

[Index] [Quick Jump]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0.0
Change log changelog.md
Dependencies base (>=4.14 && <4.19), colour (>=2.3.6 && <2.4), text (>=1.2.4 && <1.3 || >=2.0 && <2.1) [details]
License Apache-2.0
Author Chris Martin
Maintainer Chris Martin, Julie Moronuki
Revised Revision 1 made by chris_martin at 2023-05-27T21:33:45Z
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 2023-05-27T20:21:33Z
Distributions
Downloads 43 total (6 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2023-05-27 [all 1 reports]

Readme for colour-text-0.0.0.0

[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.