abe33/atom-pigments

Support for C# Color32 and Color?

Open

#424 opened on Apr 19, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)CoffeeScript (528 stars) (70 forks)batch import
enhancementhelp wanted

Description

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

Contributor guide