Files.IFF.PALT.this C# (CSharp) Метод

this() публичный Метод

Gets the specified color in this PALT chunk.
public this ( int Key ) : Microsoft.Xna.Framework.Color
Key int Index of color to retrieve.
Результат Microsoft.Xna.Framework.Color
        public Color this[int Key]
        {
            get
            {
                return m_Colors[Key];
            }
        }