SWFProcessing.SWFModeller.Characters.ColorTransform.ToString C# (CSharp) Метод

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

Renders the colour transform as a string. Used only in test/debug console output.
public ToString ( ) : string
Результат string
        public override string ToString()
        {
            return "[add:" + this.Add + ", mult:" + this.Mult + "]";
        }