CGImageGetBitsPerComponent

Function CGImageGetBitsPerComponent 

Source
pub extern "C-unwind" fn CGImageGetBitsPerComponent(
    image: Option<&CGImage>,
) -> usize
👎Deprecated: renamed to CGImage::bits_per_component
Available on crate feature CGImage only.