Ogeon / palette

A Rust library for linear color calculations and conversion
Apache License 2.0
748 stars 60 forks source link

Integrate `cint` as an optional feature #309

Open Ogeon opened 1 year ago

Ogeon commented 1 year ago

Description

Implement the traits from cint for all applicable Palette types.

Motivation

This helps making Palette more compatible with other color crates, and is a more type safe than casting to and from arrays.