Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 872 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 872 Bytes

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