Ogeon / palette

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

Refactor the error type for hext to RGB(A) #350

Open Ogeon opened 1 year ago

Ogeon commented 1 year ago

Description

As mentioned in #347, the error type for FromStr can be improved a bit:

Motivation

Focuses the purpose of the error type and removes ambiguity.