abe33/atom-pigments

Support for C# Color32 and Color?

Open

#424 opened on 2019年4月19日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)CoffeeScript (528 stars) (70 forks)batch import
enhancementhelp wanted

説明

File extension: .cs

		private static readonly Color32[] colors = new Color32[]
		{
			new Color32(161, 64, 206, 255),
			new Color32(79, 251, 8, 255),
			new Color32(243, 96, 44, 255),
			new Color32(45, 106, 105, 255),
			new Color32(253, 165, 187, 255),
			new Color32(90, 131, 14, 255),

Docs for Color32: https://docs.unity3d.com/ScriptReference/Color32-ctor.html

コントリビューターガイド