CGConfigureDisplayFadeEffect

Function CGConfigureDisplayFadeEffect 

Source
pub unsafe extern "C-unwind" fn CGConfigureDisplayFadeEffect(
    config: CGDisplayConfigRef,
    fade_out_seconds: CGDisplayFadeInterval,
    fade_in_seconds: CGDisplayFadeInterval,
    fade_red: c_float,
    fade_green: c_float,
    fade_blue: c_float,
) -> CGError
Available on crate features CGDisplayConfiguration and CGDisplayFade and CGError only.
Expand description

ยงSafety

config must be a valid pointer or null.