-
Notifications
You must be signed in to change notification settings - Fork 808
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implemented CG Transparency APIs. #576
Conversation
Implemented CGContextBeginTransparencyLayer, CGContextBeginTransparencyLayerWithRect, CGContextEndTransparencyLayer. Testing was accomplished using the CGCatalog sample app.
Hi @adein, I'm your friendly neighborhood Microsoft Pull Request Bot (You can call me MSBOT). Thanks for your contribution! The agreement was validated by Microsoft and real humans are currently evaluating your PR. TTYL, MSBOT; |
@bdrlamb is added to the review. #Closed |
@mnithish is added to the review. #Closed |
@jaredhms is added to the review. #Closed |
@ashvarma is added to the review. #Closed |
|
||
// Note: Shadow or Alpha would be better test samples for this, but are not fully implemented yet in the bridge. | ||
// TODO: Use Shadow or Alpha instead of BlendMode when supported by the bridge | ||
// Enable shadow |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please file a GitHub issue to track this, and reference it here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Issue #584
In CI build. |
Implemented CGContextBeginTransparencyLayer,
CGContextBeginTransparencyLayerWithRect, CGContextEndTransparencyLayer from #524
Testing was performed using the CGCatalog sample app, and comparing results in iOS to results in Windows. Unit tests not included as APIs are graphical.