Struct OsdColorSelectionResult
Implements
Inherited Members
Namespace: EyeAuras.Shared.Osd
Assembly: EyeAuras.Shared.dll
Syntax
public readonly struct OsdColorSelectionResult : IEquatable<OsdColorSelectionResult>
Constructors
Name | Description |
---|---|
OsdColorSelectionResult(Color, Point, OsdRegionTransformationMatrices, IWindowHandle) |
Properties
Name | Description |
---|---|
Color | |
Matrices | |
Point | |
WindowUnderCursor |
Methods
Name | Description |
---|---|
Deconstruct(out Color, out Point, out OsdRegionTransformationMatrices, out IWindowHandle) | |
Equals(OsdColorSelectionResult) | |
Equals(object) | |
GetHashCode() | |
ToString() |
Operators
Name | Description |
---|---|
operator ==(OsdColorSelectionResult, OsdColorSelectionResult) | |
operator !=(OsdColorSelectionResult, OsdColorSelectionResult) |