mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
Various improvements
This commit is contained in:
parent
3ca012d610
commit
bb23c6f653
18 changed files with 839 additions and 165 deletions
|
|
@ -911,6 +911,10 @@ public extension CALayer {
|
|||
static func displacementMap() -> NSObject? {
|
||||
return makeDisplacementMapFilter()
|
||||
}
|
||||
|
||||
static func colorMatrix() -> NSObject? {
|
||||
return makeColorMatrixFilter()
|
||||
}
|
||||
}
|
||||
|
||||
public extension CALayer {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue