ColorTraitConst

Trait ColorTraitConst 

Source
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

Required Methods§

Provided Methods§

Implementors§