fast-srgb8 1.0.0

Very fast conversions between linear float and 8-bit sRGB (with no_std support).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]

[package]
authors = ["Thom Chiovoloni <chiovolonit@gmail.com>"]
categories = ["graphics", "no-std", "mathematics", "rendering"]
description = "Very fast conversions between linear float and 8-bit sRGB (with no_std support)."
documentation = "https://docs.rs/fast-srgb8"
edition = "2018"
homepage = "https://github.com/thomcc/fast-srgb8"
keywords = ["srgb", "simd", "color", "rgb", "convert"]
license = "MIT OR Apache-2.0 OR CC0-1.0"
name = "fast-srgb8"
readme = "README.md"
repository = "https://github.com/thomcc/fast-srgb8"
version = "1.0.0"