Skip to main content

ColorProfile

Trait ColorProfile 

Source
pub trait ColorProfile {
    // Required method
    fn profile_type(&self) -> ColorProfileType;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§