Custom vibrance effect

This commit is contained in:
Isaac
2024-12-23 21:43:25 +08:00
parent 288f7820df
commit d9957ecf4e
14 changed files with 82 additions and 68 deletions

View File

@@ -796,6 +796,10 @@ public extension CALayer {
static func luminanceToAlpha() -> NSObject? {
return makeLuminanceToAlphaFilter()
}
static func colorInvert() -> NSObject? {
return makeColorInvertFilter()
}
}
public extension CALayer {