libtcod-net
Background Class
NamespaceslibtcodWrapperBackground
Defines how draw operations affect background of the console.
Declaration Syntax
C#
public class Background
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
Background(BackgroundFlag)
Create background with a given flag that does not take alpha paramater

Background(BackgroundFlag, Single)
Create background with a given flag that does take alpha paramater

Background(BackgroundFlag, Double)
Create background with a given flag that does take alpha paramater

Background(Background)
Create a copy of a background flag

AlphaValue
Get Current Alpha value

BackgroundFlag
Get Current Background Type

Decrement(Background)
Decrement background type to next background in BackgroundFlag enum

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Increment(Background)
Increment background type to next background in BackgroundFlag enum

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
Background

Assembly: libtcodWrapper (Module: libtcodWrapper) Version: 0.2.0.0 (0.2.0.0)