SadConsole.CellAppearance.CellAppearance C# (CSharp) Method

CellAppearance() public method

Creates a new instance of the cell appearance with a white foreground and transparent background.
public CellAppearance ( ) : System.Runtime.Serialization
return System.Runtime.Serialization
        public CellAppearance()
            : this(Color.White, Color.Transparent, -1)
        {
        }

Same methods

CellAppearance::CellAppearance ( Microsoft.Xna.Framework.Color foreground, Microsoft.Xna.Framework.Color background ) : System.Runtime.Serialization
CellAppearance::CellAppearance ( Microsoft.Xna.Framework.Color foreground, Microsoft.Xna.Framework.Color background, int glyphIndex ) : System.Runtime.Serialization
CellAppearance::CellAppearance ( Microsoft.Xna.Framework.Color foreground, Microsoft.Xna.Framework.Color background, int glyphIndex, SpriteEffects spriteEffect ) : System.Runtime.Serialization