-
Notifications
You must be signed in to change notification settings - Fork 46
Collection
j1mmyto9 edited this page Jun 30, 2022
·
2 revisions
public class Collection
public init(
name: String,
identifier: String,
cubeInfos: [FilterColorCubeInfo] = []
)
public let name: String
public let identifier: String
public var cubeInfos:[FilterColorCubeInfo]
public var cubePreviews:[PreviewFilterColorCube] = []
public func setImage(image:CIImage?)
public func reset()
Generated at 2023-01-30T07:03:19+0000 using swift-doc 1.0.0-rc.1.