objc2-core-graphics 0.3.2

Bindings to the CoreGraphics framework
Documentation
//! This file has been automatically generated by `objc2`'s `header-translator`.
//! DO NOT EDIT
use core::ptr::NonNull;
use objc2_core_foundation::*;

use crate::*;

extern "C" {
    /// [Apple's documentation](https://developer.apple.com/documentation/coregraphics/kcguse100nitshlgootf?language=objc)
    pub static kCGUse100nitsHLGOOTF: &'static CFString;
}

extern "C" {
    /// [Apple's documentation](https://developer.apple.com/documentation/coregraphics/kcgusebt1886forcorevideogamma?language=objc)
    pub static kCGUseBT1886ForCoreVideoGamma: &'static CFString;
}

extern "C" {
    /// [Apple's documentation](https://developer.apple.com/documentation/coregraphics/kcgskipboosttohdr?language=objc)
    pub static kCGSkipBoostToHDR: &'static CFString;
}

extern "C" {
    /// [Apple's documentation](https://developer.apple.com/documentation/coregraphics/kcguselegacyhdrecosystem?language=objc)
    pub static kCGUseLegacyHDREcosystem: &'static CFString;
}