NSColor 相当于 Mac OS X 上使用的 UIColor underPageBackgroundColor?

发布于 2024-12-09 07:14:07 字数 429 浏览 2 评论 0原文

我想使用在 Mac OS X 应用程序的 UIColor 中定义的 iOS 模式之一 (underPageBackgroundColor)。 UIColor 中定义的这些模式在 OS X 上可用吗?我在 NSColor 中没有看到类似的东西。

基本上,我想在普通的 Cocoa 应用程序中使用 [UIColor underPageBackgroundColor]

我可以使用图案的屏幕截图并使用 [NSColor colorWithPatternImage:...],但我想使用正确的 API(如果有)。

iOS 上的页面背景颜色示例

I'd like to use one of the iOS patterns (underPageBackgroundColor), defined in UIColor for a Mac OS X app. Are those patterns defined in UIColor available on OS X? I didn't see anything like them in NSColor.

Basically, I'd like to use [UIColor underPageBackgroundColor] in a plain Cocoa app.

I could use a screenshot of the pattern and use [NSColor colorWithPatternImage:...], but I'd like to use the correct API (if any).

Under page background color example on iOS

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

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

发布评论

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

评论(1

失与倦" 2024-12-16 07:14:07

从 OS X Mountain Lion 开始,NSColor 上现在有一个官方的页面背景颜色方法。

As of OS X Mountain Lion, there is now an official under page background color method on NSColor.

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