# Sketch の塗り色を UIColor / NSColor のイニシャライザーとしてコピーする

*2015-12-11*

> Sketch の塗り色を UIColor / NSColor のイニシャライザー Swift コードとしてコピーするプラグイン Copy Swift Code を公開しました。

[Sketch] の塗り色を [UIColor] / [NSColor] のイニシャライザー Swift コードとしてクリップボードにコピーするプラグイン [Copy Swift Code] を公開しました。

**[ngs/sketchplugin-swift-color]**

<!--more-->

インストール方法
--------------

GitHub の [Releases] ページから最新版の Zip ファイルをダウンロード、解凍し、 `Copy Swift Code.sketchplugin` をダブルクリックして下さい。

[Copy Swift Code]: https://github.com/ngs/sketchplugin-swift-color
[ngs/sketchplugin-swift-color]: https://github.com/ngs/sketchplugin-swift-color
[Sketch]: http://www.sketchapp.com
[Releases]: https://github.com/ngs/sketchplugin-swift-color/releases
[LICENSE]: ./LICENSE
[UIColor]: https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIColor_Class/
[NSColor]: https://developer.apple.com/library/mac/documentation/Cocoa/Reference/ApplicationKit/Classes/NSColor_Class/


