pub unsafe extern "C-unwind" fn CGGetDisplayTransferByTable(
display: CGDirectDisplayID,
capacity: u32,
red_table: *mut CGGammaValue,
green_table: *mut CGGammaValue,
blue_table: *mut CGGammaValue,
sample_count: *mut u32,
) -> CGErrorAvailable on crate features
CGDirectDisplay and CGError only.Expand description
ยงSafety
red_tablemust be a valid pointer or null.green_tablemust be a valid pointer or null.blue_tablemust be a valid pointer or null.sample_countmust be a valid pointer or null.