Format

enum Format : UInt

Pixel format of an image.

  • Declaration

    Swift

    case unknown = 0
  • Declaration

    Swift

    case RGBA = 1
  • Declaration

    Swift

    case BGRA = 2
  • RGB

    Declaration

    Swift

    case RGB = 3
  • BGR

    Declaration

    Swift

    case BGR = 4
  • Declaration

    Swift

    case grayscale8 = 5