热点连接流程修改
This commit is contained in:
@@ -36,6 +36,10 @@
|
||||
#define IFISHRGBA(r, g, b, a) [UIColor colorWithRed:r/255.0f green:g/255.0f blue:b/255.0f alpha:a]
|
||||
#define IFISHRGB(r, g, b) IFISHRGBA(r, g, b, 1.0f)
|
||||
|
||||
#define RGB_92 RGB(90, 90, 90)
|
||||
|
||||
#define RGB_51 RGB(51, 51, 51)
|
||||
|
||||
//摄像头部分
|
||||
#define JWUIColorFromRGB(rgbValue) [UIColor \
|
||||
colorWithRed:((float)((rgbValue & 0xFF0000) >> 16))/255.0 \
|
||||
|
||||
Reference in New Issue
Block a user