CameraStyle

@objc(GSCameraStyle)
public enum CameraStyle : Int, CustomStringConvertible

Camera image styles.

  • Natural look style.

    Declaration

    Swift

    case standard
  • Parrot Log, produce flat and desaturated images, best for post-processing.

    Declaration

    Swift

    case plog
  • Intense look style, providing bright colors, warm shade and high contrast.

    Declaration

    Swift

    case intense
  • Pastel look style, providing soft colors, cold shade and low contrast.

    Declaration

    Swift

    case pastel
  • Debug description.

    Declaration

    Swift

    public var description: String { get }
  • Set containing all possible values.

    Declaration

    Swift

    public static let allCases: Set<CameraStyle>