Various improvements

This commit is contained in:
Isaac 2026-03-06 18:13:48 +01:00
parent 3ca012d610
commit bb23c6f653
18 changed files with 839 additions and 165 deletions

View file

@ -911,6 +911,10 @@ public extension CALayer {
static func displacementMap() -> NSObject? {
return makeDisplacementMapFilter()
}
static func colorMatrix() -> NSObject? {
return makeColorMatrixFilter()
}
}
public extension CALayer {