gpt4 book ai didi

cocoa - 具有不透明度的drawAsPatternInRect

转载 作者:行者123 更新时间:2023-12-03 17:24:28 26 4
gpt4 key购买 nike

我正在绘制一个与颜色相乘的图案,但我还想调整图案图像的不透明度,最好的方法是什么?

这就是我的图案绘制代码的样子:

    CGContextRef context = UIGraphicsGetCurrentContext();
CGContextSaveGState(context);
CGContextSetBlendMode(context, kCGBlendModeMultiply);
[[UIImage imageNamed:@"background"] drawAsPatternInRect:self.bounds];
CGContextRestoreGState(context);

最佳答案

只需复制我的评论即可明确问题已得到解答。

您可以使用CGContextSetAlpha()设置上下文的alpha,其他选项是调整原始图像的alpha,但如果图像是或可以是动态的,那么这可能会需要付出更多的努力(它基本上会退回到仍然使用 CGContextSetAlpha() ,但在另一个上下文中)

关于cocoa - 具有不透明度的drawAsPatternInRect,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10806276/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com