Class SetDefaultBackgroundColorOverrideCommandSettings
Sets or clears an override of the default background color of the frame. This override is used if the content does not specify one.
public sealed class SetDefaultBackgroundColorOverrideCommandSettings : ICommand
- Inheritance
-
SetDefaultBackgroundColorOverrideCommandSettings
- Implements
- Inherited Members
Properties
Color
RGBA of the default background color. If not specified, any existing override will be cleared.
[JsonPropertyName("color")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA? Color { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }