NSDK_Color

@interface NSDK_Color : NSObject

Contains information about a Color to be used in NSDK_UIMapView

@author PTV AG Karlsruhe

  • Undocumented

    Declaration

    Objective-C

    - (instancetype) initWithRed:(int) red green:(int) green blue:(int) blue;

    Swift

    init(red: Int32, green: Int32, blue: Int32)
  • Undocumented

    Declaration

    Objective-C

    - (int) toBGR;

    Swift

    func toBGR() -> Int32