如何设置NSButton的渐变背景颜色?

时间:2015-03-27 07:49:59

标签: macos gradient background-color nsbutton

我想将我的NSButton(不是UIButton)背景颜色设置为渐变颜色,如下图所示。我为NSbuttoncell添加了背景颜色,但是如何添加渐变颜色?

enter image description here

1 个答案:

答案 0 :(得分:0)

使用NSGradient

- (instancetype)initWithStartingColor:(NSColor *)startingColor
                          endingColor:(NSColor *)endingColor