- Notifications
You must be signed in to change notification settings - Fork543
CoreImage iOS xcode26.0 b3
Rolf Bjarne Kvinge edited this pageJul 9, 2025 ·1 revision
#CoreImage.framework
diff -ruN /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIRAWFilter.h /Applications/Xcode_26.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIRAWFilter.h--- /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIRAWFilter.h2025-06-16 01:05:35+++ /Applications/Xcode_26.0.0-beta3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIRAWFilter.h2025-07-01 08:21:39@@ -82,6 +82,11 @@ The value should be the range of 0...2. The default value is 1. */ @property(readwrite) float boostShadowAmount;+/* A boolean value to control if highlight recovery is enabled or not.+ The default value is true. */+@property(readonly, getter= isHighlightRecoverySupported) BOOL highlightRecoverySupported NS_AVAILABLE(16_0,19_0);+@property(readwrite, getter= isHighlightRecoveryEnabled) BOOL highlightRecoveryEnabled NS_AVAILABLE(16_0,19_0);+ /* A boolean value to control if gamut mapping is enabled or not. The default value is true. */ @property(readwrite, getter= isGamutMappingEnabled) BOOL gamutMappingEnabled;