小编Yu-*_*Han的帖子

xcode4不支持Perforce?

xcode4不支持Perforce?

我在xcode4中添加了一个存储库.只有subversion和Git才能选择.

如何添加perforce存储库?

谢谢.

iphone perforce xcode4

7
推荐指数
2
解决办法
3330
查看次数

iOS RGB颜色不正确?

 UIGraphicsBeginImageContext(self.view.frame.size);
    [drawImage.image drawInRect:CGRectMake(0, 0, self.view.frame.size.width, self.view.frame.size.height)];
    CGContextSetLineCap(UIGraphicsGetCurrentContext(), kCGLineCapRound);
    CGContextSetLineWidth(UIGraphicsGetCurrentContext(), 8.0);
    CGContextSetRGBStrokeColor(UIGraphicsGetCurrentContext(), 135.0,213.0,0.0,1.0);
    CGContextBeginPath(UIGraphicsGetCurrentContext());
    CGContextMoveToPoint(UIGraphicsGetCurrentContext(),currentPoint.x, currentPoint.y);
    CGContextAddLineToPoint(UIGraphicsGetCurrentContext(), currentPoint.x, currentPoint.y);
    CGContextStrokePath(UIGraphicsGetCurrentContext());
    drawImage.image = UIGraphicsGetImageFromCurrentImageContext();
    UIGraphicsEndImageContext();
Run Code Online (Sandbox Code Playgroud)

我画一条线使用RGB(135,213,0),RGB(135,213,0)应该是绿色的.但iOS显示黄线!! 为什么?

iphone rgb uicolor ipad ios

3
推荐指数
1
解决办法
4127
查看次数

标签 统计

iphone ×2

ios ×1

ipad ×1

perforce ×1

rgb ×1

uicolor ×1

xcode4 ×1