-
Notifications
You must be signed in to change notification settings - Fork 45
FilterHLS
PingAK9 edited this page Nov 26, 2020
·
1 revision
public struct FilterHLS: Filtering, Equatable
Equatable
, Filtering
public init()
var defaultValue: [CIVector] = [ CIVector(x: 0, y: 1, z: 1),
CIVector(x: 0, y: 1, z: 1),
CIVector(x: 0, y: 1, z: 1),
CIVector(x: 0, y: 1, z: 1),
CIVector(x: 0, y: 1, z: 1),
CIVector(x: 0, y: 1, z: 1),
CIVector(x: 0, y: 1, z: 1),
CIVector(x: 0, y: 1, z: 1),]
var inputShift: [CIVector] = FilterHLS.defaultValue
public func apply(to image: CIImage, sourceImage: CIImage) -> CIImage
Generated at 2023-01-30T07:03:19+0000 using swift-doc 1.0.0-rc.1.