srgb 0.1.4

sRGB primitives and constants — lightweight crate with functions and constants needed when manipulating sRGB colours
Documentation
[[bench]]
harness = false
name = "xyz"

[[bench]]
harness = false
name = "gamma"
[build-dependencies.num]
version = "0.4"

[build-dependencies.rgb_derivation]
version = "0.1.2"
[dev-dependencies.approx]
version = "0.4"

[dev-dependencies.criterion]
default-features = false
version = "0.3.3"

[dev-dependencies.delta_e]
version = "^0.2"

[features]
no-fma = []
prefer-fma = []

[package]
authors = ["Michal Nazarewicz <mina86@mina86.com>"]
categories = ["graphics", "multimedia::images", "multimedia::video"]
description = "sRGB primitives and constants — lightweight crate with functions and constants needed when manipulating sRGB colours"
documentation = "https://docs.rs/srgb"
edition = "2018"
keywords = ["srgb", "xyz", "color", "rgb"]
license = "LGPL-3.0-or-later"
name = "srgb"
readme = "README.md"
repository = "https://github.com/mina86/srgb"
version = "0.1.4"