We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d324f commit 60eb0fbCopy full SHA for 60eb0fb
test/Macros/Inputs/ColorLib.swift
@@ -0,0 +1,4 @@
1
+public struct MyColor: _ExpressibleByColorLiteral {
2
+ public init(_colorLiteralRed red: Float, green: Float, blue: Float, alpha: Float) { }
3
+ public init(_colorLiteralHue hue: Float, saturation: Float, value: Float) { }
4
+}
0 commit comments