Class MelonColorAttribute
Inheritance
MelonColorAttribute
Assembly: RedLoader.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly)]
public class MelonColorAttribute : Attribute
Constructors
MelonColorAttribute()
Declaration
public MelonColorAttribute()
MelonColorAttribute(ConsoleColor)
Declaration
[Obsolete("ConsoleColor is obsolete, use the (int, int, int, int) or (Color) constructor instead.")]
public MelonColorAttribute(ConsoleColor color)
Parameters
MelonColorAttribute(Color)
Declaration
public MelonColorAttribute(Color drawingColor)
Parameters
Type |
Name |
Description |
Color |
drawingColor |
|
MelonColorAttribute(int, int, int, int)
Declaration
public MelonColorAttribute(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