forked from microsoft/WinObjC
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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
- Loading branch information
1 parent
b53962f
commit eaa8831
Showing
1 changed file
with
124 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters