// 2022.02.10 + method: .white() import SwiftUI // ๐ ฟ๏ธ ShapeStyle + .white() extension ShapeStyle where Self == Color { /// usage: `(Color).white(0.3)` public static func white(_ scale: CGFloat) -> Color { Color(white: scale) } }
used by GridLines.
is ShapeStyle extension.
TestSVGFE - test ScrollVGridForEach. (used as +LinearGradient color)
Last updated 2 years ago