Skip to content

CoreImage macOS xcode26.0 b3

Rolf Bjarne Kvinge edited this page Aug 28, 2025 · 3 revisions

#CoreImage.framework https://github.com/dotnet/macios/pull/23702

diff -ruN /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIRAWFilter.h /Applications/Xcode_26.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIRAWFilter.h --- /Applications/Xcode_26.0.0-beta2.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIRAWFilter.h	2025-06-16 01:05:35 +++ /Applications/Xcode_26.0.0-beta3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreImage.framework/Headers/CIRAWFilter.h	2025-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; 
Clone this wiki locally