足球游戏_中国足彩网¥体育资讯$

ios中十六进制的颜色转换为uicolor
来源:易贤网 阅读:1001 次 日期:2015-01-26 15:23:04
温馨提示:易贤网小编为您整理了“ios中十六进制的颜色转换为uicolor”,方便广大网友查阅!

可用类别写一个 方便使用

+ (uicolor *) colorwithhexstring: (nsstring *)color

{

nsstring *cstring = [[colorstringbytrimmingcharactersinset:[nscharactersetwhitespaceandnewlinecharacterset]] uppercasestring];

// string should be 6 or 8 characters

if ([cstring length] <6) {

return [uicolorclearcolor];

}

// strip 0x if it appears

if ([cstring hasprefix:@0x])

cstring = [cstringsubstringfromindex:2];

if ([cstring hasprefix:@#])

cstring = [cstringsubstringfromindex:1];

if ([cstring length] !=6)

return [uicolorclearcolor];

// separate into r, g, b substrings

nsrange range;

range.location =0;

range.length =2;

//r

nsstring *rstring = [cstring substringwithrange:range];

//g

range.location =2;

nsstring *gstring = [cstring substringwithrange:range];

//b

range.location =4;

nsstring *bstring = [cstring substringwithrange:range];

// scan values

unsigned int r, g, b;

[[nsscannerscannerwithstring:rstring] scanhexint:&r];

[[nsscannerscannerwithstring:gstring] scanhexint:&g];

[[nsscannerscannerwithstring:bstring] scanhexint:&b];

return [uicolorcolorwithred:((float) r /255.0f) green:((float) g /255.0f) blue:((float) b /255.0f) alpha:1.0f];

}

中国足彩网信息请查看IT技术专栏

中国足彩网信息请查看网络编程
易贤网手机网站地址:ios中十六进制的颜色转换为uicolor
由于各方面情况的不断调整与变化,易贤网提供的所有考试信息和咨询回复仅供参考,敬请考生以权威部门公布的正式信息和咨询为准!

2025国考·省考课程试听报名

  • 报班类型
  • 姓名
  • 手机号
  • 验证码
关于我们 | 联系我们 | 人才招聘 | 网站声明 | 网站帮助 | 非正式的简要咨询 | 简要咨询须知 | 加入群交流 | 手机站点 | 投诉建议
工业和信息化部备案号:滇ICP备2023014141号-1 足球游戏_中国足彩网¥体育资讯$ 滇公网安备53010202001879号 人力资源服务许可证:(云)人服证字(2023)第0102001523号
云南网警备案专用图标
联系电话:0871-65099533/13759567129 获取招聘考试信息及咨询关注公众号:hfpxwx
咨询QQ:526150442(9:00—18:00)版权所有:易贤网
云南网警报警专用图标