問題タブ [nsgradient]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
2 に答える
1046 参照

macos - How do I draw NSGradient to NSImage?

I'm trying to take an NSGradient and save it as an image in RubyMotion, but I can't get it to work. This is the code I have so far:

It runs without error, but the file that is saved is blank and there is no image data. Can anyone help point me in the right direction?

0 投票する
2 に答える
208 参照

objective-c - OSX 10.7 および 10.8 で NSGradient 色を変更する

次のコードで名前が付けられたNSViewサブクラスがあります。OneView

私のAppDelegate(または他のクラスの可能性があります)では、クラスのchangeGradientメソッドを呼び出してグラデーションの色を変更しようとしていますOneView

ビューが最初に読み込まれると、グラデーションは期待どおりに初期化されますが、IBActionメソッドからグラデーションを変更できません。レイヤーに基づくビューを使用してこれを達成しましたが、下位互換性のためにレイヤーに依存しない方法を見つけようとしています。

IBActionがグラデーションを変更しない理由について何か考えはありますか?

ここに画像の説明を入力

0 投票する
1 に答える
1072 参照

swift - テクスチャ NSWindow 背景グラデーション

独自のテクスチャ NSWindow を生成しようとしているので、デフォルトのメタリックな外観とは異なるグラデーションで表示されます。

これまでのところ、以下のように NSWindow をサブクラス化しましたが、成功していません。

私はこれを正しい方法で行っていますか?