Class SetEmulatedVisionDeficiencyCommandSettings
Emulates the given vision deficiency.
public sealed class SetEmulatedVisionDeficiencyCommandSettings : ICommand
- Inheritance
-
SetEmulatedVisionDeficiencyCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Type
Vision deficiency to emulate. Order: best-effort emulations come first, followed by any physiologically accurate emulations for medically recognized color vision deficiencies.
[JsonPropertyName("type")]
public string Type { get; set; }