Home  >  Article  >  Web Front-end  >  object-c将RGB颜色转换成16进制HTML颜色_html/css_WEB-ITnose

object-c将RGB颜色转换成16进制HTML颜色_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-24 11:48:351345browse

-(void)color:(NSString *) red andGreen:(NSString*) green andBule:(NSString*) bule{    NSInteger Red = [red integerValue];    NSInteger Green = [green integerValue];    NSInteger Bule = [bule integerValue];    NSInteger colorsize = Red  <br> 
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn