Class JsonSharedClientTheme
- Namespace
- NetCord.JsonModels
- Assembly
- NetCord.dll
public class JsonSharedClientTheme
- Inheritance
-
JsonSharedClientTheme
- Inherited Members
-
Constructors
JsonSharedClientTheme()
public JsonSharedClientTheme()
Properties
BaseMix
[JsonPropertyName("base_mix")]
public int BaseMix { get; set; }
Property Value
- int
BaseTheme
[JsonPropertyName("base_theme")]
public SharedClientThemeBase? BaseTheme { get; set; }
Property Value
- SharedClientThemeBase?
Colors
[JsonPropertyName("colors")]
public Color[] Colors { get; set; }
Property Value
- Color[]
GradientAngle
[JsonPropertyName("gradient_angle")]
public int GradientAngle { get; set; }
Property Value
- int