Mode

public enum Mode : String, Codable, Sendable

The type of image rendering mode.

  • The input buffer will be used as it is. No effects will be applied.

    Declaration

    Swift

    case passthrough
  • Off-screen rendering will be performed to allow for more flexible drawing.

    Declaration

    Swift

    case offscreen