No description
Find a file
2022-04-30 16:02:44 +07:00
.github/workflows fix workflows 2021-12-19 23:39:55 +07:00
src fix 2022-04-30 16:02:44 +07:00
tests little refactoring 2022-04-30 10:09:38 +07:00
.gitignore Update .gitignore 2021-12-18 23:16:16 +07:00
LICENSE Initial commit 2021-12-18 23:14:38 +07:00
prettyclr.nimble upgrade version 2022-04-29 22:03:10 +07:00
README.md upgrade version 2022-04-29 22:03:10 +07:00

prettyclr

Small library for working with colors

tests

Stable version - 2.0.1

Features

  • Color blending support
  • Parsing colors from strings ("#C0FFEE" like) and numbers (0xC0FFEE like). also CSS-like supports: "rgb(255, 250, 200)"
  • Working with color models:
    • RGBA (0f..1f)
    • HSV (0..360f, 0..1f, 0..1f)

Get Started

Install

  • nimble install prettyclr
    
  • nimble install github.com/prettybauble/prettyclr