siege-color

Crates.iosiege-color
lib.rssiege-color
version0.4.0
sourcesrc
created_at2018-05-04 00:55:10.332998
updated_at2018-05-04 00:55:10.332998
descriptionColor management library for the Siege Engine
homepage
repositoryhttps://github.com/SiegeEngine/siege-color
max_upload_size
id63679
size25,809
Michael Dilger (mikedilger)

documentation

https://docs.rs/siege-color

README

siege-color

MIT licensed

Documentation is available at https://docs.rs/siege-color

siege-color is a component within the Siege Engine MMO game engine.

The Siege Engine is an MMO game engine on the Vulkan API written in the Rust language.

siege-color provides functionality for color operations including color space conversions and functions for the following colorspaces:

  • cie1931 xyz, cie1931 xyY (standard colorspace for conversion through)
  • sRGB (Standard computer/internet colorspace), linear and gamma corrected
  • LMS (space for converting white points)
  • ACES (Academy color encoding system)
  • rec2020 (high dynamic range colorspace)

Blackbody radiation "color temperature" functionality is also provided.

This library is unfinished and some code may be apocryphal or flat out wrong. Use at your own discresion, or better yet help me get it right.

Commit count: 34

cargo fmt