Added XML documentation.
This commit is contained in:
parent
121afa963c
commit
73e2440043
1 changed files with 3 additions and 0 deletions
|
|
@ -166,6 +166,9 @@ namespace TShockAPI
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public virtual byte B { get; set; } = 255;
|
public virtual byte B { get; set; } = 255;
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Simplifies work with the <see cref="R"/>, <see cref="G"/>, <see cref="B"/> properties.
|
||||||
|
/// </summary>
|
||||||
public virtual Color Color
|
public virtual Color Color
|
||||||
{
|
{
|
||||||
get => new Color(R, G, B);
|
get => new Color(R, G, B);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue