NSColor 相当于 Mac OS X 上使用的 UIColor underPageBackgroundColor?
我想使用在 Mac OS X 应用程序的 UIColor
中定义的 iOS 模式之一 (underPageBackgroundColor
)。 UIColor
中定义的这些模式在 OS X 上可用吗?我在 NSColor
中没有看到类似的东西。
基本上,我想在普通的 Cocoa 应用程序中使用 [UIColor underPageBackgroundColor]
。
我可以使用图案的屏幕截图并使用 [NSColor colorWithPatternImage:...]
,但我想使用正确的 API(如果有)。
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).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从 OS X Mountain Lion 开始,NSColor 上现在有一个官方的页面背景颜色方法。
As of OS X Mountain Lion, there is now an official under page background color method on NSColor.