XCom.Palette.this C# (CSharp) Method

this() public method

Indexes colors on number
public this ( int i ) : Color
i int
return Color
		public Color this[int i]
		{
			get{return cp.Entries[i];}
			set{cp.Entries[i]=value;}
		}