GLMapColor

Objective-C

struct GLMapColor {}

Swift

struct GLMapColor

GLMapColor is a 32-bit color type stored as 0xAABBGGRR (ABGR).

  • ABGR color

    Declaration

    Objective-C

    uint32_t color

    Swift

    var color: UInt32