Table of Contents

Class JsonRoleColors

Namespace
NetCord.JsonModels
Assembly
NetCord.dll
public class JsonRoleColors
Inheritance
JsonRoleColors
Inherited Members

Constructors

JsonRoleColors()

public JsonRoleColors()

Properties

PrimaryColor

[JsonPropertyName("primary_color")]
public Color PrimaryColor { get; set; }

Property Value

Color

SecondaryColor

[JsonPropertyName("secondary_color")]
public Color? SecondaryColor { get; set; }

Property Value

Color?

TertiaryColor

[JsonPropertyName("tertiary_color")]
public Color? TertiaryColor { get; set; }

Property Value

Color?