Property BaseMix
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
BaseMix
Gets or sets the color intensity percentage (base mix). 0 is no mix, 100 is full mix.
[JsonProperty("base_mix")]
public int BaseMix { get; set; }
Gets or sets the color intensity percentage (base mix). 0 is no mix, 100 is full mix.
[JsonProperty("base_mix")]
public int BaseMix { get; set; }