mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Custom vibrance effect
This commit is contained in:
@@ -796,6 +796,10 @@ public extension CALayer {
|
||||
static func luminanceToAlpha() -> NSObject? {
|
||||
return makeLuminanceToAlphaFilter()
|
||||
}
|
||||
|
||||
static func colorInvert() -> NSObject? {
|
||||
return makeColorInvertFilter()
|
||||
}
|
||||
}
|
||||
|
||||
public extension CALayer {
|
||||
|
||||
Reference in New Issue
Block a user