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.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
ColorHexRGB
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.
License
Copyright (c) 2018–2020 Christian Tietze. Distributed under the MIT License.