-
Notifications
You must be signed in to change notification settings - Fork 806
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
Implement CGColor independent of UIColor #2243
Comments
msft-Jeyaram
changed the title
Implement CGColor (without depending on UIColor)
Implement CGColor independent of UIColor
Mar 15, 2017
msft-Jeyaram
added a commit
to msft-Jeyaram/WinObjC
that referenced
this issue
Apr 17, 2017
- Removal of BrushTypes - Overall code improvements - Support for grayscale fixes microsoft#2243
7 tasks
msft-Jeyaram
added a commit
to msft-Jeyaram/WinObjC
that referenced
this issue
Apr 27, 2017
- Implement CGColor backed by RGBA values - This would support Grayscale by only using a {gray,gray,gray,alpha} value vs {r,g,b,a} - Support RGBA and Grayscale colorspace - Implement via runtime base - Implement CGColorGetPattern - Removed Lazy loading of UIColor - Removed dependency on UIColor - Properly implemented CGColorEqualToColor Fixes microsoft#2243
msft-Jeyaram
added a commit
to msft-Jeyaram/WinObjC
that referenced
this issue
Apr 27, 2017
- Implement UIColor as a class cluster - Support singleton const color - Support for getRed&getWhite Apis to respect colorspace - Removed direct access of internal structs - Removed unnecessary functionality - Improve Code quality Fixes microsoft#2524, microsoft#2243
msft-Jeyaram
added a commit
to msft-Jeyaram/WinObjC
that referenced
this issue
Apr 27, 2017
- Implement UIColor as a class cluster - Support singleton const color - Support for getRed&getWhite Apis to respect colorspace - Removed direct access of internal structs - Removed unnecessary functionality - Improve Code quality Fixes microsoft#2524, microsoft#2243
msft-Jeyaram
added a commit
that referenced
this issue
Apr 27, 2017
- Implement CGColor backed by RGBA values - This would support Grayscale by only using a {gray,gray,gray,alpha} value vs {r,g,b,a} - Support RGBA and Grayscale colorspace - Implement via runtime base - Implement CGColorGetPattern - Removed Lazy loading of UIColor - Removed dependency on UIColor - Properly implemented CGColorEqualToColor Fixes #2243
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As of now, CGColor is pretty much an instance of UIColor.
Implement CGColor as an independent entity
Implement UIColor interms of CGColor
CoreGraphics.UnitTests dependency on UIKit should be removed.
The text was updated successfully, but these errors were encountered: