Skip to content

Releases: dragonfly-ai/uriel

v0.13

01 Nov 00:04

Choose a tag to compare

What's Changed

Full Changelog: v0.12...v0.13

Converted all Vec based color data structures to VecF.

02 Oct 00:18

Choose a tag to compare

Vector based color models now have Float typed components instead of Double to decrease memory footprint.

What's Changed

Full Changelog: v0.11...v0.12

Version 0.11

14 Sep 04:37
a87e372

Choose a tag to compare

Upgraded Spacial dependency.

What's Changed

Full Changelog: v0.1...v0.11

Debut Release

01 Sep 02:09

Choose a tag to compare

A Color Science library for Scala, Scala.js, and Scala Native. Uriel supports common color spaces with their respective color models: RGB, LRGB (Linear RGB), ARGB32, RGBA32, ARGB64, RGBA64, HSV, HSL, CMY, and CYMK, as well as perceptual color spaces like XYZ, Lab*, and Luv*.

Uriel supports the following Working Spaces: Adobe_RGB_1998, Apple_RGB, Best_RGB, Beta_RGB, Bruce_RGB, CIE_RGB, ColorMatch_RGB, Don_RGB_4, ECI_RGB_v2, Ekta_Space_PS5, NTSC_RGB, PAL_RGB, ProPhoto_RGB, SMPTE_C_RGB, sRGB, Wide_Gamut_RGB, and P3_D65_Display.

Uriel also provides tools for gamut visualization, uniformly distributed random sampling, similarity measures, conversions for every color model of every color space in every working space, and also chromatic adaptation to convert between working spaces.