From 14aeb107f3599d30acc56b223920d96cccf40610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Thu, 18 Aug 2016 03:27:38 -0700 Subject: [ios, macos] Document style attribute interdependencies --- platform/darwin/src/MGLRasterStyleLayer.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'platform/darwin/src/MGLRasterStyleLayer.h') diff --git a/platform/darwin/src/MGLRasterStyleLayer.h b/platform/darwin/src/MGLRasterStyleLayer.h index 082bd37b10..ef72ae3f0f 100644 --- a/platform/darwin/src/MGLRasterStyleLayer.h +++ b/platform/darwin/src/MGLRasterStyleLayer.h @@ -12,7 +12,7 @@ NS_ASSUME_NONNULL_BEGIN /** The opacity at which the image will be drawn. - + The default value of this property is `1`. Set this property to `nil` to reset it to the default. */ @property (nonatomic, null_resettable) id rasterOpacity; @@ -21,35 +21,35 @@ NS_ASSUME_NONNULL_BEGIN Rotates hues around the color wheel. This property is measured in degrees. - + The default value of this property is `0`. Set this property to `nil` to reset it to the default. */ @property (nonatomic, null_resettable) id rasterHueRotate; /** Increase or reduce the brightness of the image. The value is the minimum brightness. - + The default value of this property is `0`. Set this property to `nil` to reset it to the default. */ @property (nonatomic, null_resettable) id rasterBrightnessMin; /** Increase or reduce the brightness of the image. The value is the maximum brightness. - + The default value of this property is `1`. Set this property to `nil` to reset it to the default. */ @property (nonatomic, null_resettable) id rasterBrightnessMax; /** Increase or reduce the saturation of the image. - + The default value of this property is `0`. Set this property to `nil` to reset it to the default. */ @property (nonatomic, null_resettable) id rasterSaturation; /** Increase or reduce the contrast of the image. - + The default value of this property is `0`. Set this property to `nil` to reset it to the default. */ @property (nonatomic, null_resettable) id rasterContrast; @@ -58,7 +58,7 @@ NS_ASSUME_NONNULL_BEGIN Fade duration when a new tile is added. This property is measured in milliseconds. - + The default value of this property is `300`. Set this property to `nil` to reset it to the default. */ @property (nonatomic, null_resettable) id rasterFadeDuration; -- cgit v1.2.1