summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLFillStyleLayer.h
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2016-08-24 01:41:26 -0700
committerGitHub <noreply@github.com>2016-08-24 01:41:26 -0700
commit1b4593efcc7369841b9591b384f215d98b8a2b35 (patch)
treea8225f630b2514879b83a0b1edd721f0c4df2255 /platform/darwin/src/MGLFillStyleLayer.h
parent9720f581ff614f625819c31ea6f26f61b930342b (diff)
downloadqtlocation-mapboxgl-1b4593efcc7369841b9591b384f215d98b8a2b35.tar.gz
[ios, macos] Distinguish between blackColor and clearColor (#6125)
Diffstat (limited to 'platform/darwin/src/MGLFillStyleLayer.h')
-rw-r--r--platform/darwin/src/MGLFillStyleLayer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/darwin/src/MGLFillStyleLayer.h b/platform/darwin/src/MGLFillStyleLayer.h
index 206fa92322..8526e37a68 100644
--- a/platform/darwin/src/MGLFillStyleLayer.h
+++ b/platform/darwin/src/MGLFillStyleLayer.h
@@ -32,7 +32,7 @@ typedef NS_ENUM(NSUInteger, MGLFillStyleLayerFillTranslateAnchor) {
/**
The color of the filled part of this layer. This color can be specified as rgba with an alpha component and the color's opacity will not affect the opacity of the 1pt stroke, if it is used.
- If this property is set to `nil`, the layer uses an implicit default value of `blackColor` with an alpha value of 1.
+ If this property is set to `nil`, the layer uses an implicit default value of `blackColor`.
This property is only applied to the style if `fillPattern` is set to `nil`. Otherwise, it is ignored.
*/