Example #1
0
        /// <summary>
        /// Sets the mat ice effect.冰冻效果
        /// </summary>
        public void setMatIceEffect()
        {
//		setMatOutLineWithColor (Utl.newColor (0, 255, 255), Utl.newColor (0, 255, 255));
            setMatToonWithColor(ColorEx.getColor(0, 255, 255));
        }
Example #2
0
 /// <summary>
 /// Sets the mat out line.
 /// </summary>
 public void setMatOutLine()
 {
     setMatOutLineWithColor(Color.white, ColorEx.getColor(255, 0, 0, 150));
 }