9#import <Foundation/Foundation.h>
13@property (nonatomic, strong) NSArray <UIColor *> *
mColors;
19- (instancetype)initWithColors:(NSArray<UIColor *> *)colors startPoints:(NSArray<NSNumber *>*)startPoints;
此类表示热力图渐变色
Definition BMKGradient.h:12
NSArray< NSNumber * > * mStartPoints
Definition BMKGradient.h:16
NSArray< UIColor * > * mColors
渐变色用到的所有颜色数组,数组成员类型为UIColor,默认值[0x0000c8,0x00e100,0xff0000]
Definition BMKGradient.h:13