Library
public struct Library : XMLRepresentable
Undocumented
-
Specifies the possible color processing modes of a library.
Declaration
Swift
public enum ColorProcessing : String, Codable -
The events contained in the library.
Declaration
Swift
public var events: [Event] -
The smart collections contained in the library.
Declaration
Swift
public var smartCollections: [SmartCollection] -
The location of the library.
Declaration
Swift
public var location: String? -
The color processing mode of the library.
Declaration
Swift
public var colorProcessing: Library.ColorProcessing? -
Initializes a new library.
Declaration
Swift
public init(location: String? = nil)Parameters
locationThe location of the library.
Library Structure Reference