Various improvements

This commit is contained in:
Ilya Laktyushin
2025-03-28 17:19:10 +04:00
parent d423ebeac0
commit 03a604d543
9 changed files with 720 additions and 60 deletions

View File

@@ -763,6 +763,10 @@ public extension CALayer {
static func colorInvert() -> NSObject? {
return makeColorInvertFilter()
}
static func monochrome() -> NSObject? {
return makeMonochromeFilter()
}
}
public extension CALayer {