Skip to content

prettybauble/prettyclr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages