pub trait ColorTraitConst {
    // Required method
    fn as_raw_Color(&self) -> *const c_void;
    // Provided method
    fn to_vec3b(&self) -> Result<Vec3b> { ... }
}Expand description
Constant methods for crate::viz::Color
pub trait ColorTraitConst {
    // Required method
    fn as_raw_Color(&self) -> *const c_void;
    // Provided method
    fn to_vec3b(&self) -> Result<Vec3b> { ... }
}Constant methods for crate::viz::Color