C# Class MColor, Madness

Show file Open project: MattRix/Madness Class Usage Examples

Public Properties

Property Type Description
Blue MColor,
Green MColor,
Red MColor,
addColor Color
attackRedColor Color
beastColor Color
color Color
colors MColor[],
index int
name string

Public Methods

Method Description
MColor ( int index, string name, Color color, Color beastColor, Color attackRedColor ) : System

Method Details

MColor() public method

public MColor ( int index, string name, Color color, Color beastColor, Color attackRedColor ) : System
index int
name string
color Color
beastColor Color
attackRedColor Color
return System

Property Details

Blue public static property

public static MColor, Blue
return MColor,

Green public static property

public static MColor, Green
return MColor,

Red public static property

public static MColor, Red
return MColor,

addColor public property

public Color addColor
return Color

attackRedColor public property

public Color attackRedColor
return Color

beastColor public property

public Color beastColor
return Color

color public property

public Color color
return Color

colors public static property

public static MColor[], colors
return MColor[],

index public property

public int index
return int

name public property

public string name
return string