objc2_core_graphics/generated/
CGITUToneMapping.rs

1//! This file has been automatically generated by `objc2`'s `header-translator`.
2//! DO NOT EDIT
3use core::ptr::NonNull;
4use objc2_core_foundation::*;
5
6use crate::*;
7
8extern "C" {
9    /// [Apple's documentation](https://developer.apple.com/documentation/coregraphics/kcguse100nitshlgootf?language=objc)
10    pub static kCGUse100nitsHLGOOTF: &'static CFString;
11}
12
13extern "C" {
14    /// [Apple's documentation](https://developer.apple.com/documentation/coregraphics/kcgusebt1886forcorevideogamma?language=objc)
15    pub static kCGUseBT1886ForCoreVideoGamma: &'static CFString;
16}
17
18extern "C" {
19    /// [Apple's documentation](https://developer.apple.com/documentation/coregraphics/kcgskipboosttohdr?language=objc)
20    pub static kCGSkipBoostToHDR: &'static CFString;
21}
22
23extern "C" {
24    /// [Apple's documentation](https://developer.apple.com/documentation/coregraphics/kcguselegacyhdrecosystem?language=objc)
25    pub static kCGUseLegacyHDREcosystem: &'static CFString;
26}