extern static IntPtr CGColorConverterCreate(/* __nullable CFDictionaryRef */ IntPtr options,
                                             /* CGColorSpaceRef __nullable */ IntPtr space1, CGColorConverterTransformType transform1, CGColorRenderingIntent intent1,
                                             /* CGColorSpaceRef __nullable */ IntPtr space2, CGColorConverterTransformType transform2, CGColorRenderingIntent intent2,
                                             /* CGColorSpaceRef __nullable */ IntPtr space3, CGColorConverterTransformType transform3, CGColorRenderingIntent intent3,
                                             IntPtr lastSpaceMarker);
Esempio n. 2
0
 static extern IntPtr CGColorConverterCreate(/* __nullable CFDictionaryRef */ IntPtr options, 
     /* CGColorSpaceRef __nullable */ IntPtr space1, CGColorConverterTransformType transform1, CGColorRenderingIntent intent1,
     /* CGColorSpaceRef __nullable */ IntPtr space2, CGColorConverterTransformType transform2, CGColorRenderingIntent intent2,
     /* CGColorSpaceRef __nullable */ IntPtr space3, CGColorConverterTransformType transform3, CGColorRenderingIntent intent3,
     IntPtr lastSpaceMarker);