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.
はNSImageテンプレート イメージです (つまり、 を[NSImage isTemplate]返しますYES)。
NSImage
[NSImage isTemplate]
YES
NSImageView 内で使用すると、テンプレート イメージとして正しく描画されます。
しかし、 を使って手動で描画するとdrawInRect:fromRect:operation:fraction:、真っ黒なイメージで描画されます。
drawInRect:fromRect:operation:fraction:
NSImage を手動で描画し、「テンプレート」効果を得るにはどうすればよいですか?