SWFProcessing.SWFModeller.Characters.ColorTransform.ToString C# (CSharp) Méthode

ToString() public méthode

Renders the colour transform as a string. Used only in test/debug console output.
public ToString ( ) : string
Résultat string
        public override string ToString()
        {
            return "[add:" + this.Add + ", mult:" + this.Mult + "]";
        }