Skip to content

Commit 6bdd544

Browse files
authored
[ImageIO] Implement Xcode 16 beta 4-6 changes. (#21136)
Note: there were no changes in beta 5 or beta 6.
1 parent e9a895a commit 6bdd544

File tree

9 files changed

+5
-8
lines changed

9 files changed

+5
-8
lines changed

src/imageio.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2916,6 +2916,11 @@ interface CGImageDecodeOptions {
29162916
[Field ("kCGImageSourceDecodeToSDR")]
29172917
IntPtr DecodeToSDR { get; }
29182918

2919+
[iOS (18, 0), MacCatalyst (18, 0), TV (18, 0), Mac (15, 0), Watch (11, 0)]
2920+
[Internal]
2921+
[Field ("kCGImageSourceGenerateImageSpecificLumaScaling")]
2922+
IntPtr GenerateImageSpecificLumaScaling { get; }
2923+
29192924
[Internal]
29202925
[Field ("kCGImageSourceDecodeRequestOptions")]
29212926
IntPtr DecodeRequestOptions { get; }

tests/xtro-sharpie/api-annotations-dotnet/MacCatalyst-ImageIO.todo

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/xtro-sharpie/api-annotations-dotnet/iOS-ImageIO.todo

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/xtro-sharpie/api-annotations-dotnet/macOS-ImageIO.todo

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/xtro-sharpie/api-annotations-dotnet/tvOS-ImageIO.todo

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/xtro-sharpie/iOS-ImageIO.todo

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/xtro-sharpie/macOS-ImageIO.todo

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/xtro-sharpie/tvOS-ImageIO.todo

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/xtro-sharpie/watchOS-ImageIO.todo

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)