CGColorSpaceCreateWithPropertyList

Function CGColorSpaceCreateWithPropertyList 

Source
pub unsafe extern "C-unwind" fn CGColorSpaceCreateWithPropertyList(
    plist: &CFPropertyList,
) -> Option<CFRetained<CGColorSpace>>
👎Deprecated: renamed to CGColorSpace::with_property_list
Available on crate feature CGColorSpace only.