import Foundation

/// Converts the image to sepia color.
public class SepiaTransform: Transform {
    // MARK: - Lifecycle