Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The `DataSpace` type represents typical named color spaces, where each value is a bitmask comprising of a standard, transfer function, and range value. All are implemented as `enum`s with `TryFromPrimitive` to make it obvious to see and handle unknown values, and include `#[non_exhaustive]` to allow us to bind new values in future non-breaking patch releases.
- Loading branch information