Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
CGBlendModeMountain Lion 上的菜单栏是什么?我的第一个猜测是kCGBlendModeOverlay,但这似乎有点太透明了。
CGBlendMode
kCGBlendModeOverlay
有任何想法吗?我正在尝试使具有渐变的 NSView 与菜单栏的外观相匹配。
默认非自定义菜单栏中的 CGBlendMode 为 kCGBlendModeNormal。
技巧在 CGColorSetFillColorWithColor 中。当您尝试设置任何填充活动(如任何颜色、渐变或图案)时,CGColorSetFillColorWithColor 是下面的基本函数调用。
在 Mountain Lion 中,我认为它只是简单的灰色和低 alpha。