pub trait ColorTrait: ColorTraitConst {
    fn as_raw_mut_Color(&mut self) -> *mut c_void;
}

Required Methods

Implementors