AlbLib.Texts.TextColor.this C# (CSharp) Method

this() public method

public this ( int color ) : byte
color int
return byte
        public byte this[int color]
        {
            get{
                return colors[color];
            }
        }