#import #include #include @interface NSColor (MGLAdditions) /** Converts the color into an mbgl::Color in calibrated RGB space. */ - (mbgl::Color)mgl_color; /** Instantiates `NSColor` from an `mbgl::Color` */ + (NSColor *)mgl_colorWithColor:(mbgl::Color)color; - (mbgl::style::PropertyValue)mgl_colorPropertyValue; @end