Class HighlightQuadCommandSettings
Highlights given quad. Coordinates are absolute with respect to the main frame viewport.
public sealed class HighlightQuadCommandSettings : ICommand
- Inheritance
-
HighlightQuadCommandSettings
- Implements
- Inherited Members
Properties
Color
The highlight fill color (default: transparent).
[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; }
Property Value
OutlineColor
The highlight outline color (default: transparent).
[JsonPropertyName("outlineColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA? OutlineColor { get; set; }
Property Value
Quad
Quad to highlight
[JsonPropertyName("quad")]
public double[] Quad { get; set; }
Property Value
- double[]