//! Device-dependent color conversion trait.
/// Convert from a device-dependent color, given a profile.
///
/// Analogous to [`From`], but parameterized by a profile type `Self::Profile`
/// that provides the colorimetric description of the source device space.
/// Use `()` as the profile type for naive, profile-free conversions.