WFColorCode icon indicating copy to clipboard operation
WFColorCode copied to clipboard

NSColor extension adding ability to handle HSL color space and CSS3 style color codes

Results 1 WFColorCode issues
Sort by recently updated
recently updated
newest added

Added support for hex code containing an alpha component (eg. #ff00ff3c) Usage: ```swift let partiallyTransparentWhite = NSColor(colorCode: "#ffffff55")! ``` In order to support this, I needed to re-order the enum...