summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLBackgroundStyleLayer.h
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-08-18 02:12:18 -0700
committerMinh Nguyễn <mxn@1ec5.org>2016-08-19 14:20:27 -0700
commite6ed9cd63876962efc7432f6ff34012fc0fe815b (patch)
tree11c354b30064aefba0b25395fdb8ca7ad9971c6b /platform/darwin/src/MGLBackgroundStyleLayer.h
parent99fc6dfce810b5894b9039c5aabb4fbfd5af0751 (diff)
downloadqtlocation-mapboxgl-e6ed9cd63876962efc7432f6ff34012fc0fe815b.tar.gz
[ios, macos] Fully describe default values
Also expand values in documentation comments to the full enumeration values. Fixes #5949.
Diffstat (limited to 'platform/darwin/src/MGLBackgroundStyleLayer.h')
-rw-r--r--platform/darwin/src/MGLBackgroundStyleLayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLBackgroundStyleLayer.h b/platform/darwin/src/MGLBackgroundStyleLayer.h
index 3412cde971..ecf4f995e9 100644
--- a/platform/darwin/src/MGLBackgroundStyleLayer.h
+++ b/platform/darwin/src/MGLBackgroundStyleLayer.h
@@ -13,7 +13,7 @@ NS_ASSUME_NONNULL_BEGIN
/**
The color with which the background will be drawn.
- The default value of this property is `#000000`. Set this property to `nil` to reset it to the default.
+ The default value of this property is an `NSColor` or `UIColor`object whose RGB value is 0, 0, 0 and whose alpha value is 1. Set this property to `nil` to reset it to the default.
*/
@property (nonatomic, null_resettable) id <MGLStyleAttributeValue> backgroundColor;