A very simple one-file drop in to convert NSColor
to RGB-hex Strings and back.
NSColor.init?(hexString:)
convertsRGB
,RRGGBB
, orAARRGGBB
formats to colors.NSColor.rgbString
andNSColor.argbString
do it the other way around.
Used to read color hex strings from theme files and CSS.
Copyright (c) 2018--2020 Christian Tietze. Distributed under the MIT License.