colorskill

Crates.iocolorskill
lib.rscolorskill
version1.1.3
sourcesrc
created_at2019-08-30 19:07:15.798172
updated_at2019-08-31 22:48:02.653505
descriptionSome useful color manipulation functions
homepagehttps://github.com/madprops/colorskill
repositoryhttps://github.com/madprops/colorskill.git
max_upload_size
id160981
size29,880
madprops (madprops)

documentation

README

Latest Version Documentation

This is a library with some RGB color manipulation functions.

It includes some public functions, which can be used on their own, or used with the provided RGB struct.

  • Get a color by name
  • Make a color lighter
  • Make a color darker
  • Get a random color
  • Parse color strings
  • Get color hue degrees
  • Get color saturation %
  • Get color lightness %
  • Return string versions

Refer to the documentation for details.

Commit count: 15

cargo fmt