make compatible with SPM
A very simple one-file drop in to convert NSColor to RGB-hex Strings and back.
NSColor
NSColor.init?(hexString:)
RGB
RRGGBB
AARRGGBB
NSColor.rgbString
NSColor.argbString
Used to read color hex strings from theme files and CSS.
Copyright (c) 2018–2020 Christian Tietze. Distributed under the MIT License.
ColorHexRGB
A very simple one-file drop in to convert
NSColorto RGB-hex Strings and back.NSColor.init?(hexString:)convertsRGB,RRGGBB, orAARRGGBBformats to colors.NSColor.rgbStringandNSColor.argbStringdo it the other way around.Used to read color hex strings from theme files and CSS.
License
Copyright (c) 2018–2020 Christian Tietze. Distributed under the MIT License.