CGColorCreateCopyWithAlpha

Function CGColorCreateCopyWithAlpha 

Source
pub extern "C-unwind" fn CGColorCreateCopyWithAlpha(
    color: Option<&CGColor>,
    alpha: CGFloat,
) -> Option<CFRetained<CGColor>>
👎Deprecated: renamed to CGColor::new_copy_with_alpha
Available on crate feature CGColor only.