Class MelonAuthorColorAttribute
Inheritance
MelonAuthorColorAttribute
Assembly: RedLoader.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly)]
public class MelonAuthorColorAttribute : Attribute
Constructors
MelonAuthorColorAttribute()
Declaration
public MelonAuthorColorAttribute()
MelonAuthorColorAttribute(ConsoleColor)
Declaration
[Obsolete("ConsoleColor is obsolete, use the (int, int, int, int) or (Color) constructor instead.")]
public MelonAuthorColorAttribute(ConsoleColor color)
Parameters
MelonAuthorColorAttribute(Color)
Declaration
public MelonAuthorColorAttribute(Color drawingColor)
Parameters
Type |
Name |
Description |
Color |
drawingColor |
|
MelonAuthorColorAttribute(int, int, int, int)
Declaration
public MelonAuthorColorAttribute(int alpha, int red, int green, int blue)
Parameters
Properties
Color
Declaration
[Obsolete("Color is obsolete. Use DrawingColor for full Color support.")]
public ConsoleColor Color { get; set; }
Property Value
DrawingColor
Declaration
public Color DrawingColor { get; }
Property Value