Bitmap

public struct Bitmap

CardBitmap provides the size and bitmap resource of the card art.

  • Fetches the card art size.

    Declaration

    Swift

    public func size() -> DigitalCard.CardArt.Size?
  • Fetches the bitmap resource.

    Declaration

    Swift

    public func resource() -> Data?
  • Fetches the file type of the bitmap image.

    Declaration

    Swift

    public func fileType() -> String?