渐变纹理背景

发布于 2024-12-02 12:13:33 字数 372 浏览 1 评论 0原文

我想为卷页效果下的配置屏幕创建一个深色格栅纹理,该纹理会渐变为黑色。

Garmin StreetPilot Onboard 使用如下内容: http://www.pcmag.com/slideshow_viewer/0,3253,l%253D286397%2526a%253D286507%2526po%253D7,00.asp?p=n

如何以编程方式创建像这样的背景?我真的不想包含 iPhone 屏幕大小的图像;这似乎是一种懒惰的方法。

I want to create a dark grill texture that fades to black for a configuration screen under a page curl effect.

Garmin StreetPilot Onboard uses something like this:
http://www.pcmag.com/slideshow_viewer/0,3253,l%253D286397%2526a%253D286507%2526po%253D7,00.asp?p=n

How do I programmatically create a background such as this? I really don't want to include an image the size of the iPhone screen; this seems the lazy approach.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冷…雨湿花 2024-12-09 12:13:33

我会分两部分创建它。首先,使用普通的石英绘图功能绘制渐变。然后,添加具有重复点图案的覆盖层。这些点可以是平铺的小 PNG 文件,或者您可以使用石英来绘制它们。

请参阅 CGContextDrawLinearGradient 和 [UIColor initWithPatternImage:] 的文档

I would create it in two parts. First, draw a gradient using the normal quartz drawing functions. Then, add an overlay with a repeating pattern of dots. These dots could be a small PNG file that is tiled, or you could use quartz to draw them.

See the documentation for CGContextDrawLinearGradient and [UIColor initWithPatternImage:]

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文