Merge pull request #9 from RougeWare/feature/Downdate/RectangleTools/2.10.0 Downdated RectangleTools from 3.0.0 to 2.10.1
Merge pull request #9 from RougeWare/feature/Downdate/RectangleTools/2.10.0
Downdated RectangleTools from 3.0.0 to 2.10.1
A simple Swift package - all it does is draw rectangles of solid colors as NSImages and UIImages.
NSImage
UIImage
You can simply use .swatch on a native image:
.swatch
import AppKit import ColorSwatches NSImage.swatch(color: .systemPurple)
Or .swatch on a native color:
import UIKit import ColorSwatches UIColor.systemPurple.swatch()
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
Swift Color Swatches
A simple Swift package - all it does is draw rectangles of solid colors as
NSImages andUIImages.You can simply use
.swatchon a native image:Or
.swatchon a native color: