MPIColor

public struct MPIColor : Codable

MPIColor represents the brand color of a MPILocation

  • hex

    Hex color of the MPIColor in String

    Declaration

    Swift

    public let hex: String
  • Opacity of the MPIColor in String

    Declaration

    Swift

    public let opacity: Double
  • Rgba of the MPIColor in String

    Declaration

    Swift

    public let rgba: String