BaiduMap_IOSSDK_v6.6.2_Docs 6.6.2
|
此类表示热力图渐变色 更多...
#include <BMKGradient.h>
构造函数 | |
(instancetype) | - initWithColors:startPoints: |
渐变色的初始化方法,使用默认colorMapSize:1000进行初始化 | |
属性 | |
NSArray< UIColor * > * | mColors |
渐变色用到的所有颜色数组,数组成员类型为UIColor,默认值[0x0000c8,0x00e100,0xff0000] | |
NSArray< NSNumber * > * | mStartPoints |
此类表示热力图渐变色
- (instancetype) initWithColors: | (NSArray< UIColor * > *) | colors | |
startPoints: | (NSArray< NSNumber * > *) | startPoints |
渐变色的初始化方法,使用默认colorMapSize:1000进行初始化
|
readwritenonatomicstrong |
渐变色用到的所有颜色数组,数组成员类型为UIColor,默认值[0x0000c8,0x00e100,0xff0000]
|
readwritenonatomicstrong |
每一个颜色的起始点数组,数组成员类型为 [0,1]的double值, given as a percentage of the maximum intensity,个数和mColors的个数必须相同, 数组内元素必须时递增的,默认值[@0.08, @0.4, @1.0]